Home
last modified time | relevance | path

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

/system/apex/apexd/
Dapexd.h176 const std::string& new_apex_name, int64_t new_apex_version,
Dapexd.cpp3123 const std::string& new_apex_name, const int64_t new_apex_version, in ShouldAllocateSpaceForDecompression() argument
3151 return new_apex_version != pre_installed_version; in ShouldAllocateSpaceForDecompression()
3160 return new_apex_version > data_version; in ShouldAllocateSpaceForDecompression()