/third_party/flutter/skia/infra/bots/assets/clang_linux/ |
D | create.py | 25 os.chdir(tempfile.mkdtemp()) 28 os.chdir("llvm/tools") 33 os.chdir("clang/tools") 37 os.chdir("../../../projects") 44 os.chdir("..") 46 os.chdir("out") 64 os.chdir("../msan_out")
|
/third_party/node/test/parallel/ |
D | test-process-chdir.js | 13 process.chdir('..'); 15 process.chdir(__dirname); 32 process.chdir(dir); 35 process.chdir('..'); 43 assert.throws(function() { process.chdir({}); }, err); 44 assert.throws(function() { process.chdir(); }, err);
|
/third_party/python/Lib/distutils/tests/ |
D | test_archive_util.py | 155 os.chdir(tmpdir) 159 os.chdir(old_dir) 170 os.chdir(tmpdir) 175 os.chdir(old_dir) 185 os.chdir(tmpdir) 189 os.chdir(old_dir) 196 os.chdir(tmpdir) 200 os.chdir(old_dir) 212 os.chdir(tmpdir) 218 os.chdir(old_dir) [all …]
|
/third_party/node/deps/npm/test/tap/ |
D | link.js | 104 process.chdir(link) 118 process.chdir(linkInside) 132 process.chdir(linkScoped) 146 process.chdir(linkInstall) 159 process.chdir(linkInstall) 170 process.chdir(linkInstall) 183 process.chdir(linkInstall) 195 process.chdir(common.pkg)
|
D | 404-parent.js | 31 process.chdir(pkg) 46 process.chdir(pkg) 48 process.chdir(pwd)
|
/third_party/skia/infra/bots/assets/clang_linux/ |
D | create.py | 26 os.chdir(tempfile.mkdtemp()) 29 os.chdir("llvm-project") 31 os.chdir("out") 52 os.chdir("../{}_out".format(short))
|
/third_party/e2fsprogs/contrib/ |
D | fsstress.c | 441 if (chdir(dirname) < 0) { in main() 608 chdir(homedir); in append_pathname() 616 chdir(homedir); in append_pathname() 637 if (chdir(buf) == 0) { in attr_list_path() 640 chdir(".."); in attr_list_path() 656 if (chdir(buf) == 0) { in attr_remove_path() 658 chdir(".."); in attr_remove_path() 676 if (chdir(buf) == 0) { in attr_set_path() 679 chdir(".."); in attr_set_path() 693 chdir(homedir); in check_cwd() [all …]
|
/third_party/ltp/testcases/kernel/fs/fsstress/ |
D | fsstress.c | 414 if (chdir(dirname) < 0) { in main() 580 chdir(homedir); in append_pathname() 603 if (chdir(buf) == 0) { in attr_list_path() 606 chdir(".."); in attr_list_path() 622 if (chdir(buf) == 0) { in attr_remove_path() 624 chdir(".."); in attr_remove_path() 642 if (chdir(buf) == 0) { in attr_set_path() 645 chdir(".."); in attr_set_path() 659 chdir(homedir); in check_cwd() 676 if (chdir(buf) == 0) { in creat_path() [all …]
|
/third_party/lz4/tests/ |
D | test-lz4-versions.py | 71 os.chdir(clone_dir) 77 os.chdir(base_dir) 84 os.chdir(clone_dir) 86 os.chdir(r_dir + '/programs') # /path/to/lz4/lz4test/<TAG>/programs 88 os.chdir(programs_dir) 96 os.chdir(tmp_dir)
|
/third_party/ltp/testcases/kernel/fs/ftest/ |
D | ftest02.c | 135 if (chdir(dirname) < 0) { in main() 141 if (chdir(homedir) < 0) { in main() 197 chdir(startdir); in main() 334 val = chdir(dir); in fussdir() 340 val = chdir(".."); in fussdir() 351 val = chdir(dir); in fussdir() 362 val = chdir(homedir); in fussdir() 440 if (chdir(startdir) < 0) in cleanup()
|
D | ftest06.c | 148 if (chdir(dirname) < 0) in main() 154 if (chdir(homedir) < 0) in main() 212 if (chdir(startdir) < 0) in main() 352 val = chdir(dir); in fussdir() 358 val = chdir(".."); in fussdir() 369 val = chdir(dir); in fussdir() 380 val = chdir(homedir); in fussdir() 456 if (chdir(startdir) < 0) { in cleanup()
|
/third_party/boost/libs/geometry/doc/ |
D | make_qbk.py | 20 os.chdir(os.path.abspath(script_dir)) 58 os.chdir("doxy") 61 os.chdir("..") 209 os.chdir("index") 211 os.chdir("..")
|
/third_party/node/test/sequential/ |
D | test-init.js | 47 process.chdir(__dirname); 54 process.chdir(fixtures.path()); 62 process.chdir(fixtures.path('test-init-native'));
|
/third_party/skia/infra/bots/ |
D | utils.py | 50 os.chdir(self._tmp_dir) 54 os.chdir(self._orig_dir) 62 class chdir(object): class 70 os.chdir(self._dir) 74 os.chdir(self._orig_dir)
|
/third_party/flutter/skia/infra/bots/ |
D | utils.py | 47 os.chdir(self._tmp_dir) 51 os.chdir(self._orig_dir) 59 class chdir(object): class 67 os.chdir(self._dir) 71 os.chdir(self._orig_dir)
|
/third_party/boost/tools/build/test/ |
D | TestCmd.py | 307 os.chdir(self._cwd) 394 def run(self, program=None, arguments=None, chdir=None, stdin=None, argument 406 if chdir: 407 if not os.path.isabs(chdir): 408 chdir = os.path.join(self.workpath(chdir)) 410 sys.stderr.write("chdir(" + chdir + ")\n") 412 chdir = self.workdir 426 stdout=subprocess.PIPE, stderr=subprocess.PIPE, cwd=chdir, 551 os.chdir(path) 553 os.chdir(cwd)
|
/third_party/flutter/skia/infra/bots/assets/valgrind/ |
D | create.py | 33 with utils.chdir(TEMP_DIR): 41 with utils.chdir(TEMP_DIR): 56 with utils.chdir(os.path.join(TEMP_DIR, VALGRIND)): 63 with utils.chdir(os.path.join(TEMP_DIR, VALGRIND)):
|
/third_party/node/tools/inspector_protocol/ |
D | roll.py | 41 os.chdir(path) # As a side effect this also checks for existence of the dir. 52 os.chdir(path) 59 os.chdir(path) 66 os.chdir(path) 87 os.chdir(path)
|
/third_party/skia/infra/bots/assets/valgrind/ |
D | create.py | 37 with utils.chdir(TEMP_DIR): 45 with utils.chdir(TEMP_DIR): 60 with utils.chdir(os.path.join(TEMP_DIR, VALGRIND)): 67 with utils.chdir(os.path.join(TEMP_DIR, VALGRIND)):
|
/third_party/grpc/third_party/rake-compiler-dock/build/patches2/rake-compiler-1.1.0/ |
D | 0003-Allow-building-of-cross-rubies-in-parallel.patch | 77 + t.prerequisites.each { |f| sh "tar xf #{File.basename(f)}", chdir: File.dirname(t.name) } 83 - chdir File.dirname(t.name) do 94 + sh "wget #{url} || curl -O #{url}", chdir: File.dirname(t.name) 101 - chdir File.dirname(t.name) do 154 - chdir File.dirname(t.name) do 176 + sh File.expand_path("#{USER_HOME}/sources/#{ruby_cc_version}/configure"), *options, chdir: F… 181 - chdir File.dirname(t.prerequisites.first) do 187 + sh MAKE, chdir: File.dirname(t.prerequisites.first) 192 - chdir File.dirname(t.prerequisites.first) do 196 + sh "#{MAKE} install", chdir: File.dirname(t.prerequisites.first)
|
/third_party/flutter/skia/third_party/externals/angle2/scripts/ |
D | run_code_generation.py | 60 os.chdir(get_child_script_dirname(script)) 67 os.chdir(root_dir) 174 os.chdir(script_dir) 196 os.chdir(get_child_script_dirname(script)) 229 os.chdir(script_dir)
|
/third_party/node/deps/npm/test/need-npm5-update/ |
D | rm-linked.js | 79 process.chdir(link) 98 process.chdir(osenv.tmpdir()) 104 process.chdir(link) 122 process.chdir(osenv.tmpdir())
|
/third_party/mbedtls/tests/scripts/ |
D | test_psa_compliance.py | 66 os.chdir(psa_arch_tests_dir) 79 os.chdir(build_dir) 143 os.chdir(mbedtls_dir)
|
/third_party/skia/third_party/externals/angle2/scripts/ |
D | run_code_generation.py | 70 os.chdir(get_child_script_dirname(script)) 77 os.chdir(root_dir) 211 os.chdir(script_dir) 235 os.chdir(get_child_script_dirname(script)) 265 os.chdir(script_dir)
|
/third_party/openssl/test/ |
D | conf_include_test.c | 19 # define chdir _chdir macro 32 # define chdir(x) (-1); macro 56 ret = chdir(s); in change_path()
|