Home
last modified time | relevance | path

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

/system/linkerconfig/modules/tests/
Dapex_test.cc39 using ::android::linkerconfig::modules::ScanActiveApexes;
184 auto apexes = ScanActiveApexes(root); in TEST_F()
211 auto apexes = ScanActiveApexes(root); in TEST_F()
218 apexes = ScanActiveApexes(root); in TEST_F()
225 apexes = ScanActiveApexes(root); in TEST_F()
233 apexes = ScanActiveApexes(root); in TEST_F()
241 apexes = ScanActiveApexes(root); in TEST_F()
249 apexes = ScanActiveApexes(root); in TEST_F()
267 auto apexes = ScanActiveApexes(root); in TEST_F()
276 auto apexes = ScanActiveApexes(root); in TEST_F()
[all …]
/system/linkerconfig/modules/include/linkerconfig/
Dapex.h79 android::base::Result<std::map<std::string, ApexInfo>> ScanActiveApexes(
/system/linkerconfig/modules/
Dapex.cc139 Result<std::map<std::string, ApexInfo>> ScanActiveApexes(const std::string& root) { in ScanActiveApexes() function
/system/linkerconfig/
Dmain.cc202 auto apex_list = android::linkerconfig::modules::ScanActiveApexes(args.root); in GetContext()