Searched refs:ApexFileRef (Results 1 – 5 of 5) sorted by relevance
31 using ApexFileRef = std::reference_wrapper<const android::apex::ApexFile>; variable95 std::vector<ApexFileRef> GetPreInstalledApexFiles() const;98 std::vector<ApexFileRef> GetDataApexFiles() const;101 std::unordered_map<std::string, std::vector<ApexFileRef>> AllApexFilesByName()107 ApexFileRef GetPreInstalledApex(const std::string& name) const;111 ApexFileRef GetDataApex(const std::string& name) const;
224 std::vector<ApexFileRef> ApexFileRepository::GetPreInstalledApexFiles() const { in GetPreInstalledApexFiles()225 std::vector<ApexFileRef> result; in GetPreInstalledApexFiles()232 std::vector<ApexFileRef> ApexFileRepository::GetDataApexFiles() const { in GetDataApexFiles()233 std::vector<ApexFileRef> result; in GetDataApexFiles()241 std::unordered_map<std::string, std::vector<ApexFileRef>>244 std::vector<ApexFileRef> all_apex_files; in AllApexFilesByName()253 std::unordered_map<std::string, std::vector<ApexFileRef>> result; in AllApexFilesByName()258 result[package_name] = std::vector<ApexFileRef>{}; in AllApexFilesByName()266 ApexFileRef ApexFileRepository::GetDataApex(const std::string& name) const { in GetDataApex()272 ApexFileRef ApexFileRepository::GetPreInstalledApex( in GetPreInstalledApex()
141 std::vector<ApexFileRef> SelectApexForActivation(142 const std::unordered_map<std::string, std::vector<ApexFileRef>>& all_apex,145 const std::vector<ApexFileRef>& compressed_apex, bool is_ota_chroot);
1611 Result<void> ActivateApexPackages(const std::vector<ApexFileRef>& apexes, in ActivateApexPackages()1669 Result<void> ActivateMissingApexes(const std::vector<ApexFileRef>& apexes, in ActivateMissingApexes()1674 std::vector<ApexFileRef> fallback_apexes; in ActivateMissingApexes()1694 std::vector<ApexFileRef> compressed_apex; in ActivateMissingApexes()2405 std::vector<ApexFileRef> bootstrap_apexes; in OnBootstrap()2498 std::vector<ApexFileRef> SelectApexForActivation( in SelectApexForActivation()2502 std::vector<ApexFileRef> activation_list; in SelectApexForActivation()2506 const std::vector<ApexFileRef>& apex_files = apex_it.second; in SelectApexForActivation()2535 const ApexFileRef& a_ref, in SelectApexForActivation()2825 std::vector<ApexFileRef> compressed_apex; in OnStart()[all …]
168 std::vector<ApexFileRef> compressed_apex_list; in PrepareCompressedApex()338 std::vector<ApexFileRef> compressed_apex_list; in TEST_F()371 std::vector<ApexFileRef> compressed_apex_list; in TEST_F()425 std::vector<ApexFileRef> compressed_apex_list; in TEST_F()457 std::vector<ApexFileRef> compressed_apex_list; in TEST_F()492 std::vector<ApexFileRef> compressed_apex_list; in TEST_F()