Home
last modified time | relevance | path

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

/system/apex/apexd/
Dapexd_test.cpp230 std::vector<ApexFileRef> compressed_apex_list; in PrepareCompressedApex() local
231 compressed_apex_list.emplace_back(std::cref(*compressed_apex)); in PrepareCompressedApex()
233 ProcessCompressedApex(compressed_apex_list, /*is_ota_chroot*/ false); in PrepareCompressedApex()
417 std::vector<ApexFileRef> compressed_apex_list; in TEST_F() local
418 compressed_apex_list.emplace_back(std::cref(*compressed_apex)); in TEST_F()
420 ProcessCompressedApex(compressed_apex_list, /* is_ota_chroot= */ false); in TEST_F()
441 std::vector<ApexFileRef> compressed_apex_list; in TEST_F() local
442 compressed_apex_list.emplace_back(std::cref(*compressed_apex_mismatch_key)); in TEST_F()
443 compressed_apex_list.emplace_back( in TEST_F()
446 ProcessCompressedApex(compressed_apex_list, /* is_ota_chroot= */ false); in TEST_F()
[all …]