Home
last modified time | relevance | path

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

/system/apex/apexd/
Dapexd.cpp2117 Result<void> StagePackages(const std::vector<std::string>& tmp_paths) { in StagePackages() argument
2118 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()