Searched refs:all_active_apex_files (Results 1 – 1 of 1) sorted by relevance
290 auto all_active_apex_files = FindApexFilesByName(kActiveApexPackagesDataDir); in RemovePreviouslyActiveApexFiles() local292 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()