Home
last modified time | relevance | path

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

/system/apex/apexd/
Dapex_file_repository.h83 bool HasPreInstalledVersion(const std::string& name) const;
Dapex_file_repository.cpp130 if (!HasPreInstalledVersion(name)) { in AddDataApex()
202 bool ApexFileRepository::HasPreInstalledVersion(const std::string& name) const { in HasPreInstalledVersion() function in android::apex::ApexFileRepository
Dapex_file_repository_test.cpp111 ASSERT_TRUE(instance.HasPreInstalledVersion(apex->GetManifest().name())); in TEST()
Dapexd.cpp2498 if (!instance.HasPreInstalledVersion(package_name)) { in SelectApexForActivation()
3128 if (!instance.HasPreInstalledVersion(new_apex_name)) { in ShouldAllocateSpaceForDecompression()