Home
last modified time | relevance | path

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

/system/update_engine/scripts/update_payload/
Dtest_utils.py177 def SetPartInfo(self, part_name, is_new, part_size, part_hash): argument
192 part_info = (partition.new_partition_info if is_new
/system/apex/apexd/
Dapexd.cpp619 std::string GetHashTreeFileName(const ApexFile& apex, bool is_new) { in GetHashTreeFileName() argument
623 return is_new ? ret + ".new" : ret; in GetHashTreeFileName()