Searched refs:GetPreInstalledApexFiles (Results 1 – 4 of 4) sorted by relevance
224 std::vector<ApexFileRef> ApexFileRepository::GetPreInstalledApexFiles() const { in GetPreInstalledApexFiles() function in android::apex::ApexFileRepository245 auto pre_installed_apexs = GetPreInstalledApexFiles(); in AllApexFilesByName()
95 std::vector<ApexFileRef> GetPreInstalledApexFiles() const;
398 TEST(ApexFileRepositoryTest, GetPreInstalledApexFiles) { in TEST() argument408 auto pre_installed_apexs = instance.GetPreInstalledApexFiles(); in TEST()
2390 for (const auto& apex : instance.GetPreInstalledApexFiles()) { in OnBootstrap()2406 for (const auto& apex : instance.GetPreInstalledApexFiles()) { in OnBootstrap()3071 for (const auto& apex : repo.GetPreInstalledApexFiles()) { in IsApexDevice()