Home
last modified time | relevance | path

Searched refs:GetPreinstalledPath (Results 1 – 5 of 5) sorted by relevance

/system/apex/apexd/
Dapex_file_repository_test.cpp101 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()
Dapex_file_repository.h100 android::base::Result<const std::string> GetPreinstalledPath(
Dapex_file_repository.cpp394 Result<const std::string> ApexFileRepository::GetPreinstalledPath( in GetPreinstalledPath() function in android::apex::ApexFileRepository
Dapexservice.cpp360 instance.GetPreinstalledPath(package.GetManifest().name()); in GetApexInfo()
Dapexd.cpp3433 instance.GetPreinstalledPath(apex.GetManifest().name()); in CollectApexInfoList()