Searched refs:ProcessCompressedApex (Results 1 – 3 of 3) sorted by relevance
/system/apex/apexd/ |
D | apexd.h | 163 std::vector<ApexFile> ProcessCompressedApex(
|
D | apexd_test.cpp | 237 ProcessCompressedApex(compressed_apex_list, /*is_ota_chroot*/ false); in PrepareCompressedApex() 434 TEST_F(ApexdUnitTest, ProcessCompressedApex) { in TEST_F() argument 441 ProcessCompressedApex(compressed_apex_list, /* is_ota_chroot= */ false); in TEST_F() 467 ProcessCompressedApex(compressed_apex_list, /* is_ota_chroot= */ false); in TEST_F() 517 ProcessCompressedApex(compressed_apex_list, /* is_ota_chroot= */ false); in TEST_F() 531 ProcessCompressedApex(compressed_apex_list, /* is_ota_chroot= */ false); in TEST_F() 549 ProcessCompressedApex(compressed_apex_list, /* is_ota_chroot= */ true); in TEST_F() 579 ProcessCompressedApex(compressed_apex_list, /* is_ota_chroot= */ false); in TEST_F() 592 ProcessCompressedApex(compressed_apex_list, /* is_ota_chroot= */ false); in TEST_F() 4856 ProcessCompressedApex(compressed_apex_list, /* is_ota_chroot= */ false); in TEST_F() [all …]
|
D | apexd.cpp | 1922 decompressed_apex = ProcessCompressedApex( in ActivateMissingApexes() 2848 Result<ApexFile> ProcessCompressedApex(const ApexFile& capex, in ProcessCompressedApex() function 2969 std::vector<ApexFile> ProcessCompressedApex( in ProcessCompressedApex() function 2979 auto decompressed_apex = ProcessCompressedApex(capex, is_ota_chroot); in ProcessCompressedApex() 3082 ProcessCompressedApex(compressed_apex, /* is_ota_chroot= */ false); in OnStart() 3680 ProcessCompressedApex(compressed_apex, /* is_ota_chroot= */ true); in OnOtaChrootBootstrap()
|