Home
last modified time | relevance | path

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

/aosp12/system/apex/apexd/
H A Dapex_file_repository_test.cpp453 TEST(ApexFileRepositoryTest, GetDataApex) { in TEST() argument
467 auto ret = instance.GetDataApex("com.android.apex.test_package"); in TEST()
475 instance.GetDataApex("whatever"); in TEST()
H A Dapex_file_repository.h111 ApexFileRef GetDataApex(const std::string& name) const;
H A Dapex_file_repository.cpp266 ApexFileRef ApexFileRepository::GetDataApex(const std::string& name) const { in GetDataApex() function in android::apex::ApexFileRepository
H A Dapexd.cpp3206 auto data_apex = instance.GetDataApex(new_apex_name); in ShouldAllocateSpaceForDecompression()