Home
last modified time | relevance | path

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

/system/apex/apexd/
Dapex_file_repository.h95 std::vector<ApexFileRef> GetPreInstalledApexFiles() const;
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()
Dapex_file_repository_test.cpp398 TEST(ApexFileRepositoryTest, GetPreInstalledApexFiles) { in TEST() argument
408 auto pre_installed_apexs = instance.GetPreInstalledApexFiles(); in TEST()