Searched defs:chdir (Results 1 – 4 of 4) sorted by relevance
28 def chdir(path: Optional[str] = None) -> Iterator[None]: function
101 def chdir(path, quiet=None): function
118 int chdir(const char *path) in chdir() function
545 SYSCALL_DEFINE1(chdir, const char __user *, filename) in SYSCALL_DEFINE1() argument