Home
last modified time | relevance | path

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

/aosp12/system/apex/apexd/
H A Dapexd.cpp2131 Result<void> StagePackages(const std::vector<std::string>& tmp_paths) { in StagePackages() argument
2132 if (tmp_paths.empty()) { in StagePackages()
2135 LOG(DEBUG) << "StagePackages() for " << Join(tmp_paths, ','); in StagePackages()
2141 Result<std::vector<ApexFile>> apex_files = OpenApexFiles(tmp_paths); in StagePackages()