Home
last modified time | relevance | path

Searched refs:CreateStagedSession (Results 1 – 1 of 1) sorted by relevance

/aosp12/system/apex/apexd/
H A Dapexd_test.cpp179 Result<ApexSession> CreateStagedSession(const std::string& apex_name, in CreateStagedSession() function in android::apex::ApexdUnitTest
3481 auto apex_session = CreateStagedSession("apex.apexd_test.apex", 123); in TEST_F()
3493 auto apex_session = CreateStagedSession("apex.apexd_test.apex", 123); in TEST_F()
3506 auto apex_session = CreateStagedSession("apex.apexd_test.apex", 123); in TEST_F()
3507 CreateStagedSession("com.android.apex.compressed.v1_original.apex", 123); in TEST_F()
3519 CreateStagedSession("apex.apexd_test_corrupt_superblock_apex.apex", 123); in TEST_F()
3530 auto apex_session = CreateStagedSession("corrupted_b146895998.apex", 123); in TEST_F()
3546 CreateStagedSession("com.android.apex.cts.shim.v2_wrong_sha.apex", 123); in TEST_F()
3570 auto apex_session = CreateStagedSession("apex.apexd_test.apex", 123); in TEST_F()
3594 auto apex_session = CreateStagedSession("apex.apexd_test.apex", 123); in TEST_F()