Home
last modified time | relevance | path

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

/system/apex/apexd/
Dapexd.cpp2168 std::unordered_set<std::string> staged_packages; in StagePackages() local
2198 staged_packages.insert(apex_file.GetManifest().name()); in StagePackages()
2206 return RemovePreviouslyActiveApexFiles(staged_packages, staged_files); in StagePackages()