/aosp12/art/tools/jfuzz/ |
H A D | run_dex_fuzz_test.py | 85 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 D | gotestrunner.go | 32 chdir = flag.String("p", "", "Change to a path before executing test") var 64 if *chdir != "" { 65 cmd.Dir = *chdir
|
/aosp12/system/timezone/ |
H A D | tzdatautil.py | 40 os.chdir(android_build_top) 42 os.chdir(old_cwd)
|
/aosp12/system/extras/simpleperf/scripts/test/ |
H A D | java_app_test.py | 148 os.chdir(test_dir) 164 os.chdir(self.test_dir.parent) 166 os.chdir(self.test_dir)
|
H A D | app_test.py | 67 os.chdir(self.testcase_dir) 69 os.chdir(self.test_dir)
|
/aosp12/packages/modules/NeuralNetworks/tools/test_generator/tests/ |
H A D | test.py | 55 os.chdir(cwd) 220 os.chdir(dir_name) 277 os.chdir(OrigFile.OrigDir)
|
/aosp12/frameworks/compile/slang/tests/ |
H A D | slang_test.py | 54 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 D | buildStrategiesStructureFile.py | 112 os.chdir(os.path.dirname(os.path.normpath(new_dir))) 119 os.chdir(old_working_dir)
|
H A D | buildPolicyCriterionTypes.py | 157 os.chdir(os.path.dirname(os.path.normpath(new_dir))) 164 os.chdir(old_working_dir)
|
/aosp12/system/vold/ |
H A D | Benchmark.cpp | 113 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 D | daemon.c | 54 (void)chdir("/"); in daemon()
|
/aosp12/system/extras/tests/cpueater/ |
H A D | cpueater.c | 40 chdir("/"); in main()
|
H A D | daemonize.c | 92 chdir("/"); in main()
|
/aosp12/frameworks/layoutlib/rename_font/ |
H A D | build_font.py | 74 os.chdir(dest_dir) 78 os.chdir(cwd)
|
/aosp12/frameworks/native/cmds/installd/ |
H A D | otapreopt_chroot.cpp | 233 if (chdir("/postinstall") != 0) { in otapreopt_chroot() 244 if (chdir("/") != 0) { in otapreopt_chroot()
|
/aosp12/system/security/identity/ |
H A D | main.cpp | 47 CHECK(chdir(data_dir.c_str()) != -1) << "chdir: " << data_dir << ": " << strerror(errno); in main()
|
/aosp12/system/extras/tests/memeater/ |
H A D | memeater.c | 45 chdir("/"); in main()
|
/aosp12/hardware/qcom/sm8150/thermal/ |
H A D | thermal_common.c | 142 ret = chdir(THERMAL_SYSFS); in get_tzn() 200 ret = chdir(cwd); in get_tzn()
|
/aosp12/hardware/qcom/sdm845/thermal/ |
H A D | thermal_common.c | 142 ret = chdir(THERMAL_SYSFS); in get_tzn() 200 ret = chdir(cwd); in get_tzn()
|
/aosp12/system/extras/tests/storage/ |
H A D | opentest.c | 70 if (chdir(dir)) { in main()
|
/aosp12/system/core/init/ |
H A D | switch_root.cpp | 85 if (chdir(new_root.c_str()) != 0) { in SwitchRoot()
|
/aosp12/frameworks/base/libs/androidfw/tests/ |
H A D | Idmap_test.cpp | 44 chdir(GetTestDataPath().c_str()); in SetUp() 57 chdir(original_path.c_str()); in TearDown()
|
/aosp12/bionic/tools/versioner/ |
H A D | run_tests.py | 22 os.chdir(path)
|
/aosp12/system/bt/gd/ |
H A D | setup.py | 91 os.chdir(our_dir)
|
/aosp12/hardware/qcom/wlan/qcwcn/wcnss-service/ |
H A D | wcnss_service.c | 240 chdir(cur_dir); in find_full_path() 267 chdir(".."); in find_full_path()
|