Searched refs:GetActivePackage (Results 1 – 4 of 4) sorted by relevance
1160 auto active_apex = GetActivePackage("test.apex.rebootless"); in TEST_F()1182 auto active_apex = GetActivePackage("test.apex.rebootless"); in TEST_F()1208 auto active_apex = GetActivePackage("test.apex.rebootless"); in TEST_F()1224 auto active_apex = GetActivePackage("test.apex.rebootless"); in TEST_F()1292 auto active_apex = GetActivePackage("test.apex.rebootless"); in TEST_F()1314 auto active_apex = GetActivePackage("test.apex.rebootless"); in TEST_F()1342 auto active_apex = GetActivePackage("test.apex.rebootless"); in TEST_F()1364 auto active_apex = GetActivePackage("test.apex.rebootless"); in TEST_F()1395 auto active_apex = GetActivePackage("test.apex.rebootless"); in TEST_F()1417 auto active_apex = GetActivePackage("test.apex.rebootless"); in TEST_F()[all …]
118 android::base::Result<ApexFile> GetActivePackage(
510 Result<ApexFile> apex = ::android::apex::GetActivePackage(package_name); in getActivePackage()
1661 Result<ApexFile> GetActivePackage(const std::string& packageName) { in GetActivePackage() function