Searched defs:dest_path (Results 1 – 2 of 2) sorted by relevance
181 let dest_path: &CStr = unsafe { CStr::from_ptr(ptr) }; in sys_chdir() localVariable182 let dest_path: Result<&str, core::str::Utf8Error> = dest_path.to_str(); in sys_chdir() localVariable188 let dest_path: &str = dest_path.unwrap(); in sys_chdir() localVariable
119 int64_t chdir(char *dest_path) in chdir()