Home
last modified time | relevance | path

Searched defs:chdir (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() function
/DragonOS-0.1.8/kernel/src/filesystem/vfs/
Dsyscall.rs274 pub fn chdir(dest_path: &str) -> Result<usize, SystemError> { in chdir() method