Home
last modified time | relevance | path

Searched refs:current_path (Results 1 – 7 of 7) sorted by relevance

/system/bt/test/
Drun_host_unit_tests.py65 current_path = os.path.abspath(os.getcwd())
66 while current_path and os.path.isdir(current_path):
67 soong_ui_bash_path = os.path.join(current_path, SOONG_UI_BASH)
73 parent_path = os.path.abspath(os.path.join(current_path, os.pardir))
74 if parent_path == current_path:
75 current_path = None
77 current_path = parent_path
/system/update_engine/cros/
Domaha_request_action.cc138 string current_path; member
212 data->current_path += string("/") + element; in ParserHandlerStart()
223 if (data->current_path == "/response/daystart") { in ParserHandlerStart()
228 } else if (data->current_path == "/response/app") { in ParserHandlerStart()
236 } else if (data->current_path == "/response/app/updatecheck") { in ParserHandlerStart()
249 } else if (data->current_path == "/response/app/updatecheck/urls/url") { in ParserHandlerStart()
251 } else if (data->current_path == in ParserHandlerStart()
259 } else if (data->current_path == "/response/app/updatecheck/manifest") { in ParserHandlerStart()
261 } else if (data->current_path == in ParserHandlerStart()
305 data->current_path, path_suffix, base::CompareCase::SENSITIVE)) { in ParserHandlerEnd()
[all …]
/system/core/init/
Dparser.cpp169 std::string current_path = in ParseConfigDir() local
171 files.emplace_back(current_path); in ParseConfigDir()
/system/memory/libmeminfo/libdmabufinfo/
Ddmabufinfo_test.cpp236 fs::current_path(fs::temp_directory_path()); in SetUp()
237 buffer_stats_path = fs::current_path() / "buffers"; in SetUp()
293 fs::current_path(fs::temp_directory_path()); in SetUp()
294 dmabuf_sysfs_path = fs::current_path() / "buffers"; in SetUp()
295 procfs_path = fs::current_path() / "proc"; in SetUp()
/system/vold/
DFsCrypt.cpp186 auto const current_path = get_ce_key_current_path(directory_path); in fixate_user_ce_key() local
187 if (to_fix != current_path) { in fixate_user_ce_key()
188 LOG(DEBUG) << "Renaming " << to_fix << " to " << current_path; in fixate_user_ce_key()
189 if (rename(to_fix.c_str(), current_path.c_str()) != 0) { in fixate_user_ce_key()
190 PLOG(WARNING) << "Unable to rename " << to_fix << " to " << current_path; in fixate_user_ce_key()
/system/bt/gd/packet/parser/
Dmain.cc131 std::filesystem::path cwd = std::filesystem::current_path(); in main()
/system/memory/libmeminfo/
Dlibmeminfo_test.cpp989 fs::current_path(fs::temp_directory_path()); in SetUp()
990 buffer_stats_path = fs::current_path() / "buffers"; in SetUp()
992 heap_root_path = fs::current_path() / "dma_heap"; in SetUp()