Searched defs:chdir (Results 1 – 13 of 13) sorted by relevance
3 SYS_FUNC(chdir) in SYS_FUNC() argument
19 def start_service(cmd, pidfile, logfile=os.devnull, chdir=None): argument
21 chdir clreq dlclose myprint.so program
19 def chdir(dirname=None): function
87 __export int chdir(const char *src) in chdir() function
71 int (*chdir)(const char *); member
60 class chdir(object): class
21 #define chdir _chdir macro
130 def chdir(*args, **kwargs): function
90 # define chdir _chdir macro
62 int (*chdir)(struct fs_info *, const char *); member
431 def chdir(self, path): member in OsModuleStub
1351 def chdir(self, target_directory): member in FakeOsModule