Home
last modified time | relevance | path

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

/aosp12/system/apex/apexd/
H A Dapexd.h176 const std::string& new_apex_name, int64_t new_apex_version,
H A Dapexd.cpp3173 const std::string& new_apex_name, const int64_t new_apex_version, in ShouldAllocateSpaceForDecompression() argument
3201 return new_apex_version != pre_installed_version; in ShouldAllocateSpaceForDecompression()
3210 return new_apex_version > data_version; in ShouldAllocateSpaceForDecompression()