Home
last modified time | relevance | path

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

/system/apex/apexd/
Dapexd.cpp379 auto all_active_apex_files = in RemovePreviouslyActiveApexFiles() local
382 if (!all_active_apex_files.ok()) { in RemovePreviouslyActiveApexFiles()
383 return all_active_apex_files.error(); in RemovePreviouslyActiveApexFiles()
386 for (const std::string& path : *all_active_apex_files) { in RemovePreviouslyActiveApexFiles()