Searched refs:cwd (Results 1 – 17 of 17) sorted by relevance
/system/bt/gd/os/host/ |
D | parameter_provider.cc | 30 char cwd[PATH_MAX] = {}; in ConfigFilePath() local 31 if (getcwd(cwd, sizeof(cwd)) == nullptr) { in ConfigFilePath() 35 return std::string(cwd) + "/bt_config.conf"; in ConfigFilePath()
|
/system/core/adb/coverage/ |
D | report.sh | 13 /proc/self/cwd/system/core/adb \ 20 /proc/self/cwd/system/core/adb \
|
D | show.sh | 8 BASE_PATH=/proc/self/cwd/system/core/adb
|
/system/core/adb/ |
D | adb_utils.cpp | 70 char* cwd = getcwd(nullptr, 0); in getcwd() local 71 if (cwd != nullptr) *s = cwd; in getcwd() 72 free(cwd); in getcwd() 73 return (cwd != nullptr); in getcwd()
|
D | adb_utils.h | 34 bool getcwd(std::string* cwd);
|
/system/bt/gd/ |
D | setup.py | 41 completed_process = subprocess.run(cmd, cwd=os.getcwd()) 49 subprocess.run(cmd, cwd=acts_framework_dir, check=True)
|
/system/testing/gtest_extras/ |
D | Options.cpp | 170 char* cwd = getcwd(nullptr, 0); in SetXmlFile() local 171 if (cwd == nullptr) { in SetXmlFile() 178 xml_file = std::string(cwd) + '/' + xml_file; in SetXmlFile() 179 free(cwd); in SetXmlFile()
|
/system/timezone/ |
D | download-iana-files.py | 133 ftp.cwd('tz/releases')
|
D | update-tzdata.py | 245 subprocess.check_call([update_test_files_script], cwd=testing_data_dir)
|
/system/bt/test/ |
D | run_host_unit_tests.py | 146 p = subprocess.Popen(build_cmd, cwd=ANDROID_BUILD_TOP, env=os.environ.copy())
|
/system/bt/gd/cert/ |
D | gd_base_test.py | 81 cwd=get_gd_root(),
|
D | gd_device.py | 199 cwd=get_gd_root(), 351 cwd=os.path.join(get_gd_root())) 363 cwd=os.path.join(get_gd_root()))
|
/system/sepolicy/prebuilts/api/29.0/public/ |
D | perfprofd.te | 98 # use the fallback cwd code, do not spam the log. But ensure this is correctly
|
/system/sepolicy/prebuilts/api/28.0/public/ |
D | perfprofd.te | 96 # use the fallback cwd code, do not spam the log. But ensure this is correctly
|
/system/testing/gtest_extras/tests/ |
D | OptionsTest.cpp | 492 char* cwd = getcwd(nullptr, 0); in TEST_F() local 493 std::string expected_file(cwd); in TEST_F() 495 free(cwd); in TEST_F()
|
/system/libufdt/utils/src/ |
D | mkdtboimg.py | 794 cwd = os.getcwd() 796 dest='dtbdir', default=cwd)
|
/system/extras/simpleperf/scripts/ |
D | test_monitor.py | 142 self.test_proc = subprocess.Popen(args, cwd=self.test_dir, env=env)
|