Lines Matching refs:decompressed_apex
1689 std::vector<ApexFile> decompressed_apex; in ActivateMissingApexes() local
1691 decompressed_apex = in ActivateMissingApexes()
1693 for (const ApexFile& apex_file : decompressed_apex) { in ActivateMissingApexes()
2717 auto decompressed_apex = ProcessCompressedApex(capex, is_ota_chroot); in ProcessCompressedApex() local
2718 if (decompressed_apex.ok()) { in ProcessCompressedApex()
2719 decompressed_apex_list.emplace_back(std::move(*decompressed_apex)); in ProcessCompressedApex()
2723 << decompressed_apex.error(); in ProcessCompressedApex()
2815 std::vector<ApexFile> decompressed_apex; in OnStart() local
2817 decompressed_apex = in OnStart()
2819 for (const ApexFile& apex_file : decompressed_apex) { in OnStart()
3029 Result<std::vector<std::string>> decompressed_apex = FindFilesBySuffix( in RemoveInactiveDataApex() local
3031 if (!decompressed_apex.ok()) { in RemoveInactiveDataApex()
3033 << decompressed_apex.error(); in RemoveInactiveDataApex()
3036 std::make_move_iterator(decompressed_apex->begin()), in RemoveInactiveDataApex()
3037 std::make_move_iterator(decompressed_apex->end())); in RemoveInactiveDataApex()
3291 std::vector<ApexFile> decompressed_apex; in OnOtaChrootBootstrap() local
3293 decompressed_apex = in OnOtaChrootBootstrap()
3296 for (const ApexFile& apex_file : decompressed_apex) { in OnOtaChrootBootstrap()