Home
last modified time | relevance | path

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

/aosp_15_r20/system/apex/apexd/
H A Dapexd_test.cpp1180 auto active_apex = GetActivePackage("test.apex.rebootless"); in TEST_F() local
1202 auto active_apex = GetActivePackage("test.apex.rebootless"); in TEST_F() local
1229 auto active_apex = GetActivePackage("test.apex.rebootless"); in TEST_F() local
1245 auto active_apex = GetActivePackage("test.apex.rebootless"); in TEST_F() local
1316 auto active_apex = GetActivePackage("test.apex.rebootless"); in TEST_F() local
1338 auto active_apex = GetActivePackage("test.apex.rebootless"); in TEST_F() local
1367 auto active_apex = GetActivePackage("test.apex.rebootless"); in TEST_F() local
1389 auto active_apex = GetActivePackage("test.apex.rebootless"); in TEST_F() local
1421 auto active_apex = GetActivePackage("test.apex.rebootless"); in TEST_F() local
1443 auto active_apex = GetActivePackage("test.apex.rebootless"); in TEST_F() local
[all …]
H A Dapex_file_repository.cpp323 Result<std::vector<std::string>> active_apex = in AddDataApex() local
H A Dapexd.cpp1272 [&apex](const ApexFile& active_apex) { in CalculateInactivePackages()
2876 Result<std::vector<std::string>> active_apex = in RemoveInactiveDataApex() local
3328 [&apex](const ApexFile& active_apex) { in OnOtaChrootBootstrap()
H A Dapex_file_repository_test.cpp422 auto active_apex = ApexFile::Open(active_path); in TEST() local
/aosp_15_r20/packages/modules/Virtualization/android/virtmgr/src/
Dpayload.rs768 let active_apex = ApexInfo { in test_prefer_staged_apex_with_factory_and_inactive_apex() localVariable