Searched refs:getcwd (Results 1 – 25 of 89) sorted by relevance
1234
57 old_dir = os.getcwd()70 old_dir = os.getcwd()107 old_dir = os.getcwd()122 old_dir = os.getcwd()136 old_dir = os.getcwd()147 old_dir = os.getcwd()162 old_dir = os.getcwd()176 old_dir = os.getcwd()244 old_dir = os.getcwd()267 current_dir = os.getcwd()[all …]
287 old_wd = os.getcwd()321 old_wd = os.getcwd()339 curdir = os.getcwd()375 curdir = os.getcwd()400 curdir = os.getcwd()
36 self.old_location = os.getcwd()
73 cwd = os.getcwd()
33 self.old_location = os.getcwd()
27 getcwd(char *buf, int size) in getcwd() function58 getcwd(char *buf, int size) in getcwd() function
62 getcwd = os.getcwd variable
8 getcwd: 1
10 pwd = os.getcwd()14 pwd = os.getcwd()52 print "PWD =", repr(os.getcwd())
44 return os.getcwd()47 save = os.getcwd()
155 Cwd = os.getcwd()175 Cwd = os.getcwd()208 Cwd = os.getcwd()
23 from os import getcwd124 Cwd = getcwd()186 Cwd = getcwd()
358 old_dir = os.getcwd()371 old_dir = os.getcwd()408 old_dir = os.getcwd()423 old_dir = os.getcwd()438 old_dir = os.getcwd()449 old_dir = os.getcwd()511 old_dir = os.getcwd()534 current_dir = os.getcwd()544 self.assertEqual(os.getcwd(), current_dir)
18 self.translated = os.getcwd()
313 (real_getcwd, os.getcwd) = (os.getcwd, lambda: r"/home/user/bar")315 curdir = os.path.split(os.getcwd())[-1]335 os.getcwd = real_getcwd
117 cwd = os.getcwd()128 cwd_result = os.getcwd().decode(TESTFN_ENCODING)
284 self.cwd = os.getcwd()401 self.cwd = os.getcwd()497 self.translated = os.getcwd()518 cwd = os.getcwd()
58 dir = os.getcwd()75 dir = os.getcwd()
133 join=os.path.join,getcwd=os.getcwd): argument149 return join(getcwd(), path)
12 dir = os.getcwd()
70 if (!getcwd(cwd, sizeof(cwd))) { in dtop_cpu_search()