Searched refs:GetPreinstalledPath (Results 1 – 5 of 5) sorted by relevance
101 auto ret = instance.GetPreinstalledPath(apex->GetManifest().name()); in TEST()181 auto ret = instance.GetPreinstalledPath(apex_name); in TEST()219 ASSERT_FALSE(IsOk(instance.GetPreinstalledPath(apex_name))); in TEST()244 ASSERT_FALSE(IsOk(instance.GetPreinstalledPath(apex_name))); in TEST()274 auto path = instance.GetPreinstalledPath("com.android.apex.test_package"); in TEST()308 auto path = instance.GetPreinstalledPath("com.android.apex.compressed"); in TEST()685 auto ret_foo = instance.GetPreinstalledPath("com.android.apex.test_package"); in TEST_F()689 instance.GetPreinstalledPath("com.android.apex.test_package_2"); in TEST_F()
100 android::base::Result<const std::string> GetPreinstalledPath(
394 Result<const std::string> ApexFileRepository::GetPreinstalledPath( in GetPreinstalledPath() function in android::apex::ApexFileRepository
360 instance.GetPreinstalledPath(package.GetManifest().name()); in GetApexInfo()
3433 instance.GetPreinstalledPath(apex.GetManifest().name()); in CollectApexInfoList()