Home
last modified time | relevance | path

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

/system/apex/apexd/
Dapexd.cpp358 auto all_active_apex_files = in RemovePreviouslyActiveApexFiles() local
361 if (!all_active_apex_files.ok()) { in RemovePreviouslyActiveApexFiles()
362 return all_active_apex_files.error(); in RemovePreviouslyActiveApexFiles()
365 for (const std::string& path : *all_active_apex_files) { in RemovePreviouslyActiveApexFiles()