Searched refs:chdir (Results 1 – 6 of 6) sorted by relevance
86 int64_t chdir(char *dest_path);
47 ``int64_t chdir(char *dest_path)``
131 int64_t chdir(char *dest_path) in chdir() function
177 int ec = chdir(argv[1]); in shell_cmd_cd()224 int x = chdir(new_path); in shell_cmd_cd()
274 pub fn chdir(dest_path: &str) -> Result<usize, SystemError> { in chdir() method
538 Self::chdir(r.unwrap()) in handle()