Home
last modified time | relevance | path

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

/system/apex/apexd/
Dapexd.cpp345 auto all_active_apex_files = in RemovePreviouslyActiveApexFiles() local
348 if (!all_active_apex_files.ok()) { in RemovePreviouslyActiveApexFiles()
349 return all_active_apex_files.error(); in RemovePreviouslyActiveApexFiles()
352 for (const std::string& path : *all_active_apex_files) { in RemovePreviouslyActiveApexFiles()