Searched refs:compressed_apex_list (Results 1 – 1 of 1) sorted by relevance
230 std::vector<ApexFileRef> compressed_apex_list; in PrepareCompressedApex() local231 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() local418 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() local442 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 …]