Home
last modified time | relevance | path

Searched refs:chdir (Results 1 – 25 of 485) sorted by relevance

12345678910>>...20

/third_party/flutter/skia/infra/bots/assets/clang_linux/
Dcreate.py25 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/
Dtest-process-chdir.js13 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/
Dtest_archive_util.py155 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 …]
Dtest_build_py.py77 os.chdir(sources)
94 os.chdir(project_dir)
111 os.chdir(project_dir)
144 os.chdir(sources)
/third_party/node/deps/npm/test/tap/
Dlink.js104 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)
D404-parent.js31 process.chdir(pkg)
46 process.chdir(pkg)
48 process.chdir(pwd)
/third_party/ltp/testcases/kernel/fs/fsstress/
Dfsstress.c414 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/
Dtest-lz4-abi.py78 os.chdir(clone_dir)
94 os.chdir(base_dir)
100 os.chdir(clone_dir)
102 os.chdir(r_dir + '/lib') # /path/to/lz4/lz4test/<TAG>/lib
105 os.chdir(lib_dir)
116 os.chdir(test_dir)
Dtest-lz4-versions.py71 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/skia/infra/bots/assets/clang_linux/
Dcreate.py26 os.chdir(tempfile.mkdtemp())
29 os.chdir("llvm-project")
31 os.chdir("out")
52 os.chdir("../{}_out".format(short))
/third_party/rust/crates/rustix/src/process/
Dmod.rs4 mod chdir; module
34 pub use chdir::chdir;
36 pub use chdir::fchdir;
38 pub use chdir::getcwd;
/third_party/ltp/testcases/kernel/fs/ftest/
Dftest02.c135 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()
Dftest06.c148 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/flutter/skia/infra/bots/
Dutils.py47 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/skia/infra/bots/
Dutils.py50 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/node/test/sequential/
Dtest-init.js47 process.chdir(__dirname);
54 process.chdir(fixtures.path());
62 process.chdir(fixtures.path('test-init-native'));
/third_party/flutter/skia/infra/bots/assets/valgrind/
Dcreate.py33 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/
Droll.py41 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/flutter/skia/third_party/externals/angle2/scripts/
Drun_code_generation.py60 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/skia/infra/bots/assets/valgrind/
Dcreate.py37 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/skia/third_party/externals/angle2/scripts/
Drun_code_generation.py70 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/node/deps/npm/test/need-npm5-update/
Drm-linked.js79 process.chdir(link)
98 process.chdir(osenv.tmpdir())
104 process.chdir(link)
122 process.chdir(osenv.tmpdir())
/third_party/mbedtls/tests/scripts/
Dtest_psa_compliance.py66 os.chdir(psa_arch_tests_dir)
79 os.chdir(build_dir)
143 os.chdir(mbedtls_dir)
/third_party/openssl/test/
Dconf_include_test.c20 # define chdir _chdir macro
34 # define chdir(x) (-1); macro
58 ret = chdir(s); in change_path()
/third_party/python/Mac/BuildScript/
Dbuild-installer.py725 os.chdir(builddir)
762 os.chdir(curdir)
874 os.chdir(archsrc)
876 os.chdir(srcdir)
962 os.chdir(workDir)
990 os.chdir(recipe['buildDir'])
1051 os.chdir(curdir)
1078 os.chdir(buildDir)
1092 os.chdir('build')
1104 os.chdir(buildDir)
[all …]

12345678910>>...20