Home
last modified time | relevance | path

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

/system/apex/apexd/
Dapexd.cpp290 auto all_active_apex_files = FindApexFilesByName(kActiveApexPackagesDataDir); in RemovePreviouslyActiveApexFiles() local
292 if (!all_active_apex_files.ok()) { in RemovePreviouslyActiveApexFiles()
293 return all_active_apex_files.error(); in RemovePreviouslyActiveApexFiles()
296 for (const std::string& path : *all_active_apex_files) { in RemovePreviouslyActiveApexFiles()