Home
last modified time | relevance | path

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

/system/apex/apexd/
Dapexd.h163 std::vector<ApexFile> ProcessCompressedApex(
Dapexd_test.cpp237 ProcessCompressedApex(compressed_apex_list, /*is_ota_chroot*/ false); in PrepareCompressedApex()
441 ProcessCompressedApex(compressed_apex_list, /* is_ota_chroot= */ false); in TEST_F()
474 ProcessCompressedApex(compressed_apex_list, /* is_ota_chroot= */ false); in TEST_F()
524 ProcessCompressedApex(compressed_apex_list, /* is_ota_chroot= */ false); in TEST_F()
538 ProcessCompressedApex(compressed_apex_list, /* is_ota_chroot= */ false); in TEST_F()
556 ProcessCompressedApex(compressed_apex_list, /* is_ota_chroot= */ true); in TEST_F()
593 ProcessCompressedApex(compressed_apex_list, /* is_ota_chroot= */ false); in TEST_F()
606 ProcessCompressedApex(compressed_apex_list, /* is_ota_chroot= */ false); in TEST_F()
4746 ProcessCompressedApex(compressed_apex_list, /* is_ota_chroot= */ false); in TEST_F()
4763 ProcessCompressedApex(compressed_apex_list, /* is_ota_chroot= */ false); in TEST_F()
Dapexd.cpp1877 decompressed_apex = ProcessCompressedApex( in ActivateMissingApexes()
2789 Result<ApexFile> ProcessCompressedApex(const ApexFile& capex, in ProcessCompressedApex() function
2910 std::vector<ApexFile> ProcessCompressedApex( in ProcessCompressedApex() function
2920 auto decompressed_apex = ProcessCompressedApex(capex, is_ota_chroot); in ProcessCompressedApex()
3023 ProcessCompressedApex(compressed_apex, /* is_ota_chroot= */ false); in OnStart()
3625 ProcessCompressedApex(compressed_apex, /* is_ota_chroot= */ true); in OnOtaChrootBootstrap()