Searched refs:ProcessCompressedApex (Results 1 – 3 of 3) sorted by relevance
/system/apex/apexd/ |
D | apexd.h | 144 std::vector<ApexFile> ProcessCompressedApex(
|
D | apexd_test.cpp | 169 ProcessCompressedApex(compressed_apex_list, /*is_ota_chroot*/ false); in PrepareCompressedApex() 332 TEST_F(ApexdUnitTest, ProcessCompressedApex) { in TEST_F() argument 339 ProcessCompressedApex(compressed_apex_list, /* is_ota_chroot= */ false); in TEST_F() 374 ProcessCompressedApex(compressed_apex_list, /* is_ota_chroot= */ false); in TEST_F() 426 ProcessCompressedApex(compressed_apex_list, /* is_ota_chroot= */ false); in TEST_F() 440 ProcessCompressedApex(compressed_apex_list, /* is_ota_chroot= */ false); in TEST_F() 458 ProcessCompressedApex(compressed_apex_list, /* is_ota_chroot= */ true); in TEST_F() 496 ProcessCompressedApex(compressed_apex_list, /* is_ota_chroot= */ false); in TEST_F() 509 ProcessCompressedApex(compressed_apex_list, /* is_ota_chroot= */ false); in TEST_F()
|
D | apexd.cpp | 1692 ProcessCompressedApex(compressed_apex, /* is_ota_chroot= */ false); in ActivateMissingApexes() 2587 Result<ApexFile> ProcessCompressedApex(const ApexFile& capex, in ProcessCompressedApex() function 2707 std::vector<ApexFile> ProcessCompressedApex( in ProcessCompressedApex() function 2717 auto decompressed_apex = ProcessCompressedApex(capex, is_ota_chroot); in ProcessCompressedApex() 2818 ProcessCompressedApex(compressed_apex, /* is_ota_chroot= */ false); in OnStart() 3294 ProcessCompressedApex(compressed_apex, /* is_ota_chroot= */ true); in OnOtaChrootBootstrap()
|