Home
last modified time | relevance | path

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

/system/bt/test/
Drun_host_unit_tests.py64 current_path = os.path.abspath(os.getcwd())
65 while current_path and os.path.isdir(current_path):
66 soong_ui_bash_path = os.path.join(current_path, SOONG_UI_BASH)
72 parent_path = os.path.abspath(os.path.join(current_path, os.pardir))
73 if parent_path == current_path:
74 current_path = None
76 current_path = parent_path
/system/update_engine/
Domaha_request_action.cc131 string current_path; member
170 data->current_path += string("/") + element; in ParserHandlerStart()
181 if (data->current_path == "/response/app") { in ParserHandlerStart()
192 } else if (data->current_path == "/response/app/updatecheck") { in ParserHandlerStart()
203 } else if (data->current_path == "/response/daystart") { in ParserHandlerStart()
207 } else if (data->current_path == "/response/app/updatecheck/urls/url") { in ParserHandlerStart()
211 } else if (data->current_path == in ParserHandlerStart()
218 } else if (data->current_path == "/response/app/updatecheck/manifest") { in ParserHandlerStart()
222 } else if (data->current_path == in ParserHandlerStart()
240 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/bt/gd/packet/parser/
Dmain.cc428 out_dir = std::filesystem::current_path() / std::filesystem::path(arg.substr(arg_out.size())); in main()
430 …include_dir = std::filesystem::current_path() / std::filesystem::path(arg.substr(arg_include.size(… in main()
436 input_files.emplace(std::filesystem::current_path() / std::filesystem::path(arg)); in main()
/system/vold/
DFsCrypt.cpp179 auto const current_path = get_ce_key_current_path(directory_path); in fixate_user_ce_key() local
180 if (to_fix != current_path) { in fixate_user_ce_key()
181 LOG(DEBUG) << "Renaming " << to_fix << " to " << current_path; in fixate_user_ce_key()
182 if (rename(to_fix.c_str(), current_path.c_str()) != 0) { in fixate_user_ce_key()
183 PLOG(WARNING) << "Unable to rename " << to_fix << " to " << current_path; in fixate_user_ce_key()