Home
last modified time | relevance | path

Searched refs:new_apex_name (Results 1 – 2 of 2) sorted by relevance

/system/apex/apexd/
Dapexd.h196 bool ShouldAllocateSpaceForDecompression(const std::string& new_apex_name,
Dapexd.cpp3390 bool ShouldAllocateSpaceForDecompression(const std::string& new_apex_name, in ShouldAllocateSpaceForDecompression() argument
3396 if (!instance.HasPreInstalledVersion(new_apex_name)) { in ShouldAllocateSpaceForDecompression()
3402 if (!instance.HasDataVersion(new_apex_name)) { in ShouldAllocateSpaceForDecompression()
3404 auto pre_installed_apex = instance.GetPreInstalledApex(new_apex_name); in ShouldAllocateSpaceForDecompression()
3415 instance.GetPreInstalledApex(new_apex_name) in ShouldAllocateSpaceForDecompression()
3424 auto data_apex = instance.GetDataApex(new_apex_name); in ShouldAllocateSpaceForDecompression()