Home
last modified time | relevance | path

Searched refs:getcwd (Results 1 – 16 of 16) sorted by relevance

/system/timezone/distro/tools/
Dcreate-distro.py57 original_cwd = os.getcwd()
60 working_dir = os.getcwd()
/system/core/adb/
Dadb_utils.cpp69 bool getcwd(std::string* s) { in getcwd() function
70 char* cwd = getcwd(nullptr, 0); in getcwd()
Dadb_utils.h32 bool getcwd(std::string* cwd);
Dbugreport_test.cpp131 if (!getcwd(&cwd_)) { in SetUp()
Dsysdeps.h263 #define getcwd adb_getcwd macro
/system/vold/
DBenchmark.cpp109 if (getcwd(orig_cwd, PATH_MAX) == NULL) { in benchmarkInternal()
/system/tools/aidl/
Dio_delegate.cpp72 if (getcwd(buf, sizeof(buf)) == nullptr) { in GetAbsolutePath()
/system/bt/test/
Drun_host_unit_tests.py64 current_path = os.path.abspath(os.getcwd())
/system/core/adb/client/
Dbugreport.cpp234 if (!getcwd(&dest_dir)) { in DoIt()
/system/sepolicy/tools/
Dinsertkeys.py232 parser.add_option("-c", "--cwd", default=os.getcwd(), dest="root",
/system/media/camera/docs/
Dmetadata_parser_xml.py343 lookup = TemplateLookup(directories=[os.getcwd()])
/system/testing/gtest_extras/
DOptions.cpp169 char* cwd = getcwd(nullptr, 0); in SetXmlFile()
/system/libufdt/utils/src/
Dmkdtboimg.py794 cwd = os.getcwd()
/system/testing/gtest_extras/tests/
DOptionsTest.cpp550 char* cwd = getcwd(nullptr, 0); in TEST()
/system/extras/simpleperf/scripts/
Dtest.py470 saved_dir = os.getcwd()
/system/core/libunwindstack/tests/
DUnwindOfflineTest.cpp121 cwd_ = getcwd(nullptr, 0); in Init()