Searched defs:dest_path (Results 1 – 2 of 2) sorted by relevance
131 int64_t chdir(char *dest_path) in chdir()
523 let dest_path: &CStr = unsafe { CStr::from_ptr(path_ptr) }; in handle() localVariable524 let dest_path: &str = dest_path.to_str().map_err(|_| SystemError::EINVAL)?; in handle() localVariable