Home
last modified time | relevance | path

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

/aosp12/system/apex/apexd/
H A Dapex_file_repository.h86 bool HasDataVersion(const std::string& name) const;
H A Dapex_file_repository.cpp206 bool ApexFileRepository::HasDataVersion(const std::string& name) const { in HasDataVersion() function in android::apex::ApexFileRepository
H A Dapex_file_repository_test.cpp112 ASSERT_TRUE(instance.HasDataVersion(apex->GetManifest().name())); in TEST()
H A Dapexd.cpp3184 if (!instance.HasDataVersion(new_apex_name)) { in ShouldAllocateSpaceForDecompression()