Searched refs:new_apex_name (Results 1 – 2 of 2) sorted by relevance
176 const std::string& new_apex_name, int64_t new_apex_version,
3123 const std::string& new_apex_name, const int64_t new_apex_version, in ShouldAllocateSpaceForDecompression() argument3128 if (!instance.HasPreInstalledVersion(new_apex_name)) { in ShouldAllocateSpaceForDecompression()3134 if (!instance.HasDataVersion(new_apex_name)) { in ShouldAllocateSpaceForDecompression()3136 auto pre_installed_apex = instance.GetPreInstalledApex(new_apex_name); in ShouldAllocateSpaceForDecompression()3147 instance.GetPreInstalledApex(new_apex_name) in ShouldAllocateSpaceForDecompression()3156 auto data_apex = instance.GetDataApex(new_apex_name); in ShouldAllocateSpaceForDecompression()