Home
last modified time | relevance | path

Searched refs:is_ota_chroot (Results 1 – 2 of 2) sorted by relevance

/system/apex/apexd/
Dapexd.h145 const std::vector<ApexFileRef>& compressed_apex, bool is_ota_chroot);
Dapexd.cpp1569 bool is_ota_chroot, std::queue<const ApexFile*>& apex_queue, in ActivateApexWorker() argument
1583 if (is_ota_chroot) { in ActivateApexWorker()
1598 bool is_ota_chroot) { in ActivateApexPackages() argument
1623 std::ref(is_ota_chroot), std::ref(apex_queue), in ActivateApexPackages()
1656 bool is_ota_chroot) { in ActivateMissingApexes() argument
1697 return ActivateApexPackages(fallback_apexes, is_ota_chroot); in ActivateMissingApexes()
2588 bool is_ota_chroot) { in ProcessCompressedApex() argument
2605 if (!is_ota_chroot) { in ProcessCompressedApex()
2619 if (is_ota_chroot) { in ProcessCompressedApex()
2670 is_ota_chroot ? ota_apex_path : decompressed_apex_path; in ProcessCompressedApex()
[all …]