Home
last modified time | relevance | path

Searched defs:active_apex (Results 1 – 4 of 4) sorted by relevance

/system/apex/apexd/
Dapexd_test.cpp1219 auto active_apex = GetActivePackage("test.apex.rebootless"); in TEST_F() local
1240 auto active_apex = GetActivePackage("test.apex.rebootless"); in TEST_F() local
1266 auto active_apex = GetActivePackage("test.apex.rebootless"); in TEST_F() local
1281 auto active_apex = GetActivePackage("test.apex.rebootless"); in TEST_F() local
1347 auto active_apex = GetActivePackage("test.apex.rebootless"); in TEST_F() local
1368 auto active_apex = GetActivePackage("test.apex.rebootless"); in TEST_F() local
1396 auto active_apex = GetActivePackage("test.apex.rebootless"); in TEST_F() local
1417 auto active_apex = GetActivePackage("test.apex.rebootless"); in TEST_F() local
1448 auto active_apex = GetActivePackage("test.apex.rebootless"); in TEST_F() local
1469 auto active_apex = GetActivePackage("test.apex.rebootless"); in TEST_F() local
[all …]
Dapex_file_repository.cpp416 Result<std::vector<std::string>> active_apex = in AddDataApex() local
Dapexd.cpp1333 [&apex](const ApexFile& active_apex) { in CalculateInactivePackages()
2912 Result<std::vector<std::string>> active_apex = in RemoveInactiveDataApex() local
Dapex_file_repository_test.cpp432 auto active_apex = ApexFile::Open(active_path); in TEST() local