Searched refs:ProcessCompressedApex (Results 1 – 3 of 3) sorted by relevance
/system/apex/apexd/ |
D | apexd.h | 159 std::vector<ApexFile> ProcessCompressedApex(
|
D | apexd_test.cpp | 233 ProcessCompressedApex(compressed_apex_list, /*is_ota_chroot*/ false); in PrepareCompressedApex() 413 TEST_F(ApexdUnitTest, ProcessCompressedApex) { in TEST_F() argument 420 ProcessCompressedApex(compressed_apex_list, /* is_ota_chroot= */ false); in TEST_F() 446 ProcessCompressedApex(compressed_apex_list, /* is_ota_chroot= */ false); in TEST_F() 496 ProcessCompressedApex(compressed_apex_list, /* is_ota_chroot= */ false); in TEST_F() 510 ProcessCompressedApex(compressed_apex_list, /* is_ota_chroot= */ false); in TEST_F() 528 ProcessCompressedApex(compressed_apex_list, /* is_ota_chroot= */ true); in TEST_F() 558 ProcessCompressedApex(compressed_apex_list, /* is_ota_chroot= */ false); in TEST_F() 570 ProcessCompressedApex(compressed_apex_list, /* is_ota_chroot= */ false); in TEST_F() 4928 ProcessCompressedApex(compressed_apex_list, /* is_ota_chroot= */ false); in TEST_F() [all …]
|
D | apexd.cpp | 1875 decompressed_apex = ProcessCompressedApex( in ActivateMissingApexes() 2798 Result<ApexFile> ProcessCompressedApex(const ApexFile& capex, in ProcessCompressedApex() function 2919 std::vector<ApexFile> ProcessCompressedApex( in ProcessCompressedApex() function 2929 auto decompressed_apex = ProcessCompressedApex(capex, is_ota_chroot); in ProcessCompressedApex() 3031 ProcessCompressedApex(compressed_apex, /* is_ota_chroot= */ false); in OnStart() 3683 ProcessCompressedApex(compressed_apex, /* is_ota_chroot= */ true); in OnOtaChrootBootstrap()
|