Searched refs:GetDataApex (Results 1 – 4 of 4) sorted by relevance
453 TEST(ApexFileRepositoryTest, GetDataApex) { in TEST() argument467 auto ret = instance.GetDataApex("com.android.apex.test_package"); in TEST()475 instance.GetDataApex("whatever"); in TEST()
111 ApexFileRef GetDataApex(const std::string& name) const;
266 ApexFileRef ApexFileRepository::GetDataApex(const std::string& name) const { in GetDataApex() function in android::apex::ApexFileRepository
3206 auto data_apex = instance.GetDataApex(new_apex_name); in ShouldAllocateSpaceForDecompression()