Searched refs:current_path (Results 1 – 5 of 5) sorted by relevance
64 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 = None76 current_path = parent_path
131 string current_path; member170 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 …]
169 std::string current_path = in ParseConfigDir() local171 files.emplace_back(current_path); in ParseConfigDir()
428 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()
179 auto const current_path = get_ce_key_current_path(directory_path); in fixate_user_ce_key() local180 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()