Home
last modified time | relevance | path

Searched refs:GetPreInstalledApexFiles (Results 1 – 4 of 4) sorted by relevance

/aosp12/system/apex/apexd/
H A Dapex_file_repository.cpp224 std::vector<ApexFileRef> ApexFileRepository::GetPreInstalledApexFiles() const { in GetPreInstalledApexFiles() function in android::apex::ApexFileRepository
245 auto pre_installed_apexs = GetPreInstalledApexFiles(); in AllApexFilesByName()
H A Dapex_file_repository.h95 std::vector<ApexFileRef> GetPreInstalledApexFiles() const;
H A Dapex_file_repository_test.cpp398 TEST(ApexFileRepositoryTest, GetPreInstalledApexFiles) { in TEST() argument
408 auto pre_installed_apexs = instance.GetPreInstalledApexFiles(); in TEST()
H A Dapexd.cpp2390 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()