Home
last modified time | relevance | path

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

/system/apex/apexd/
Dapexd.h47 const std::vector<std::string>& tmpPaths) WARN_UNUSED;
Dapexd.cpp1575 Result<void> stagePackages(const std::vector<std::string>& tmpPaths) { in stagePackages() argument
1576 if (tmpPaths.empty()) { in stagePackages()
1579 LOG(DEBUG) << "stagePackages() for " << Join(tmpPaths, ','); in stagePackages()
1585 auto verify_status = verifyPackages(tmpPaths, VerifyPackageBoot); in stagePackages()
1617 for (const std::string& path : tmpPaths) { in stagePackages()