Searched refs:current_path (Results 1 – 7 of 7) sorted by relevance
65 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 = None77 current_path = parent_path
138 string current_path; member212 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 …]
169 std::string current_path = in ParseConfigDir() local171 files.emplace_back(current_path); in ParseConfigDir()
236 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()
186 auto const current_path = get_ce_key_current_path(directory_path); in fixate_user_ce_key() local187 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()
131 std::filesystem::path cwd = std::filesystem::current_path(); in main()
989 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()