Searched refs:new_apex_name (Results 1 – 2 of 2) sorted by relevance
194 bool ShouldAllocateSpaceForDecompression(const std::string& new_apex_name,
3364 bool ShouldAllocateSpaceForDecompression(const std::string& new_apex_name, in ShouldAllocateSpaceForDecompression() argument3370 if (!instance.HasPreInstalledVersion(new_apex_name)) { in ShouldAllocateSpaceForDecompression()3376 if (!instance.HasDataVersion(new_apex_name)) { in ShouldAllocateSpaceForDecompression()3378 auto pre_installed_apex = instance.GetPreInstalledApex(new_apex_name); in ShouldAllocateSpaceForDecompression()3389 instance.GetPreInstalledApex(new_apex_name) in ShouldAllocateSpaceForDecompression()3398 auto data_apex = instance.GetDataApex(new_apex_name); in ShouldAllocateSpaceForDecompression()