Searched refs:GetPreinstalledPath (Results 1 – 5 of 5) sorted by relevance
99 auto ret = instance.GetPreinstalledPath(apex->GetManifest().name()); in TEST()188 auto path = instance.GetPreinstalledPath("com.android.apex.test_package"); in TEST()222 auto path = instance.GetPreinstalledPath("com.android.apex.compressed"); in TEST()
74 android::base::Result<const std::string> GetPreinstalledPath(
182 Result<const std::string> ApexFileRepository::GetPreinstalledPath( in GetPreinstalledPath() function in android::apex::ApexFileRepository
327 instance.GetPreinstalledPath(package.GetManifest().name()); in GetApexInfo()
3223 instance.GetPreinstalledPath(apex.GetManifest().name()); in CollectApexInfoList()