Home
last modified time | relevance | path

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

/system/apex/apexd/
Dapexd_test.cpp1160 auto active_apex = GetActivePackage("test.apex.rebootless"); in TEST_F() local
1182 auto active_apex = GetActivePackage("test.apex.rebootless"); in TEST_F() local
1208 auto active_apex = GetActivePackage("test.apex.rebootless"); in TEST_F() local
1224 auto active_apex = GetActivePackage("test.apex.rebootless"); in TEST_F() local
1292 auto active_apex = GetActivePackage("test.apex.rebootless"); in TEST_F() local
1314 auto active_apex = GetActivePackage("test.apex.rebootless"); in TEST_F() local
1342 auto active_apex = GetActivePackage("test.apex.rebootless"); in TEST_F() local
1364 auto active_apex = GetActivePackage("test.apex.rebootless"); in TEST_F() local
1395 auto active_apex = GetActivePackage("test.apex.rebootless"); in TEST_F() local
1417 auto active_apex = GetActivePackage("test.apex.rebootless"); in TEST_F() local
[all …]
Dapex_file_repository.cpp322 Result<std::vector<std::string>> active_apex = in AddDataApex() local
Dapexd.cpp1561 [&apex](const ApexFile& active_apex) { in CalculateInactivePackages()
3235 Result<std::vector<std::string>> active_apex = in RemoveInactiveDataApex() local
3711 [&apex](const ApexFile& active_apex) { in OnOtaChrootBootstrap()
Dapex_file_repository_test.cpp387 auto active_apex = ApexFile::Open(active_path); in TEST() local