Searched refs:getcwd (Results 1 – 16 of 16) sorted by relevance
/system/timezone/distro/tools/ |
D | create-distro.py | 57 original_cwd = os.getcwd() 60 working_dir = os.getcwd()
|
/system/core/adb/ |
D | adb_utils.cpp | 69 bool getcwd(std::string* s) { in getcwd() function 70 char* cwd = getcwd(nullptr, 0); in getcwd()
|
D | adb_utils.h | 32 bool getcwd(std::string* cwd);
|
D | bugreport_test.cpp | 131 if (!getcwd(&cwd_)) { in SetUp()
|
D | sysdeps.h | 263 #define getcwd adb_getcwd macro
|
/system/vold/ |
D | Benchmark.cpp | 109 if (getcwd(orig_cwd, PATH_MAX) == NULL) { in benchmarkInternal()
|
/system/tools/aidl/ |
D | io_delegate.cpp | 72 if (getcwd(buf, sizeof(buf)) == nullptr) { in GetAbsolutePath()
|
/system/bt/test/ |
D | run_host_unit_tests.py | 64 current_path = os.path.abspath(os.getcwd())
|
/system/core/adb/client/ |
D | bugreport.cpp | 234 if (!getcwd(&dest_dir)) { in DoIt()
|
/system/sepolicy/tools/ |
D | insertkeys.py | 232 parser.add_option("-c", "--cwd", default=os.getcwd(), dest="root",
|
/system/media/camera/docs/ |
D | metadata_parser_xml.py | 343 lookup = TemplateLookup(directories=[os.getcwd()])
|
/system/testing/gtest_extras/ |
D | Options.cpp | 169 char* cwd = getcwd(nullptr, 0); in SetXmlFile()
|
/system/libufdt/utils/src/ |
D | mkdtboimg.py | 794 cwd = os.getcwd()
|
/system/testing/gtest_extras/tests/ |
D | OptionsTest.cpp | 550 char* cwd = getcwd(nullptr, 0); in TEST()
|
/system/extras/simpleperf/scripts/ |
D | test.py | 470 saved_dir = os.getcwd()
|
/system/core/libunwindstack/tests/ |
D | UnwindOfflineTest.cpp | 121 cwd_ = getcwd(nullptr, 0); in Init()
|