Home
last modified time | relevance | path

Searched defs:dest_path (Results 1 – 2 of 2) sorted by relevance

/DragonOS-0.1.8/user/libs/libc/src/
Dunistd.c131 int64_t chdir(char *dest_path) in chdir()
/DragonOS-0.1.8/kernel/src/syscall/
Dmod.rs523 let dest_path: &CStr = unsafe { CStr::from_ptr(path_ptr) }; in handle() localVariable
524 let dest_path: &str = dest_path.to_str().map_err(|_| SystemError::EINVAL)?; in handle() localVariable