Searched refs:cwd (Results 1 – 11 of 11) sorted by relevance
/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 | 32 bool getcwd(std::string* cwd);
|
/system/testing/gtest_extras/ |
D | Options.cpp | 169 char* cwd = getcwd(nullptr, 0); in SetXmlFile() local 170 if (cwd == nullptr) { in SetXmlFile() 177 xml_file = std::string(cwd) + '/' + xml_file; in SetXmlFile() 178 free(cwd); in SetXmlFile()
|
/system/timezone/ |
D | download-iana-data.py | 66 ftp.cwd('tz/releases')
|
D | update-tzdata.py | 217 subprocess.check_call([update_test_files_script], cwd=testing_data_dir)
|
/system/bt/test/ |
D | run_host_unit_tests.py | 153 p = subprocess.Popen(build_cmd, cwd=ANDROID_BUILD_TOP, env=os.environ.copy())
|
/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/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 | 550 char* cwd = getcwd(nullptr, 0); in TEST() local 551 std::string expected_file(cwd); in TEST() 553 free(cwd); in TEST()
|
/system/libufdt/utils/src/ |
D | mkdtboimg.py | 794 cwd = os.getcwd() 796 dest='dtbdir', default=cwd)
|