Home
last modified time | relevance | path

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

123

/aosp12/art/tools/jfuzz/
H A Drun_dex_fuzz_test.py85 os.chdir(self._dexfuzz_dir)
92 os.chdir(self._save_dir)
139 os.chdir(self._inputs_dir)
150 os.chdir(self._dexfuzz_dir)
/aosp12/build/blueprint/gotestrunner/
H A Dgotestrunner.go32 chdir = flag.String("p", "", "Change to a path before executing test") var
64 if *chdir != "" {
65 cmd.Dir = *chdir
/aosp12/system/timezone/
H A Dtzdatautil.py40 os.chdir(android_build_top)
42 os.chdir(old_cwd)
/aosp12/system/extras/simpleperf/scripts/test/
H A Djava_app_test.py148 os.chdir(test_dir)
164 os.chdir(self.test_dir.parent)
166 os.chdir(self.test_dir)
H A Dapp_test.py67 os.chdir(self.testcase_dir)
69 os.chdir(self.test_dir)
/aosp12/packages/modules/NeuralNetworks/tools/test_generator/tests/
H A Dtest.py55 os.chdir(cwd)
220 os.chdir(dir_name)
277 os.chdir(OrigFile.OrigDir)
/aosp12/frameworks/compile/slang/tests/
H A Dslang_test.py54 os.chdir(cwd)
274 os.chdir(dir_name)
336 os.chdir(os.path.dirname(os.path.abspath(__file__)))
/aosp12/frameworks/av/services/audiopolicy/engineconfigurable/tools/
H A DbuildStrategiesStructureFile.py112 os.chdir(os.path.dirname(os.path.normpath(new_dir)))
119 os.chdir(old_working_dir)
H A DbuildPolicyCriterionTypes.py157 os.chdir(os.path.dirname(os.path.normpath(new_dir)))
164 os.chdir(old_working_dir)
/aosp12/system/vold/
H A DBenchmark.cpp113 if (chdir(path.c_str()) != 0) { in benchmarkInternal()
173 if (chdir(orig_cwd) != 0) { in benchmarkInternal()
/aosp12/bionic/libc/upstream-openbsd/lib/libc/gen/
H A Ddaemon.c54 (void)chdir("/"); in daemon()
/aosp12/system/extras/tests/cpueater/
H A Dcpueater.c40 chdir("/"); in main()
H A Ddaemonize.c92 chdir("/"); in main()
/aosp12/frameworks/layoutlib/rename_font/
H A Dbuild_font.py74 os.chdir(dest_dir)
78 os.chdir(cwd)
/aosp12/frameworks/native/cmds/installd/
H A Dotapreopt_chroot.cpp233 if (chdir("/postinstall") != 0) { in otapreopt_chroot()
244 if (chdir("/") != 0) { in otapreopt_chroot()
/aosp12/system/security/identity/
H A Dmain.cpp47 CHECK(chdir(data_dir.c_str()) != -1) << "chdir: " << data_dir << ": " << strerror(errno); in main()
/aosp12/system/extras/tests/memeater/
H A Dmemeater.c45 chdir("/"); in main()
/aosp12/hardware/qcom/sm8150/thermal/
H A Dthermal_common.c142 ret = chdir(THERMAL_SYSFS); in get_tzn()
200 ret = chdir(cwd); in get_tzn()
/aosp12/hardware/qcom/sdm845/thermal/
H A Dthermal_common.c142 ret = chdir(THERMAL_SYSFS); in get_tzn()
200 ret = chdir(cwd); in get_tzn()
/aosp12/system/extras/tests/storage/
H A Dopentest.c70 if (chdir(dir)) { in main()
/aosp12/system/core/init/
H A Dswitch_root.cpp85 if (chdir(new_root.c_str()) != 0) { in SwitchRoot()
/aosp12/frameworks/base/libs/androidfw/tests/
H A DIdmap_test.cpp44 chdir(GetTestDataPath().c_str()); in SetUp()
57 chdir(original_path.c_str()); in TearDown()
/aosp12/bionic/tools/versioner/
H A Drun_tests.py22 os.chdir(path)
/aosp12/system/bt/gd/
H A Dsetup.py91 os.chdir(our_dir)
/aosp12/hardware/qcom/wlan/qcwcn/wcnss-service/
H A Dwcnss_service.c240 chdir(cur_dir); in find_full_path()
267 chdir(".."); in find_full_path()

123