Searched refs:ScanActiveApexes (Results 1 – 4 of 4) sorted by relevance
38 using ::android::linkerconfig::modules::ScanActiveApexes;109 auto apexes = ScanActiveApexes(root); in TEST_F()
36 std::map<std::string, ApexInfo> ScanActiveApexes(const std::string& root) { in ScanActiveApexes() function
54 std::map<std::string, ApexInfo> ScanActiveApexes(const std::string& root);
187 auto apex_list = android::linkerconfig::modules::ScanActiveApexes(args.root); in GetContext()