Searched defs:chdir (Results 1 – 2 of 2) sorted by relevance
131 int64_t chdir(char *dest_path) in chdir() function
274 pub fn chdir(dest_path: &str) -> Result<usize, SystemError> { in chdir() method