Searched refs:tmp_paths (Results 1 – 1 of 1) sorted by relevance
2117 Result<void> StagePackages(const std::vector<std::string>& tmp_paths) { in StagePackages() argument2118 if (tmp_paths.empty()) { in StagePackages()2121 LOG(DEBUG) << "StagePackages() for " << Join(tmp_paths, ','); in StagePackages()2127 Result<std::vector<ApexFile>> apex_files = OpenApexFiles(tmp_paths); in StagePackages()