Searched refs:is_new (Results 1 – 2 of 2) sorted by relevance
177 def SetPartInfo(self, part_name, is_new, part_size, part_hash): argument192 part_info = (partition.new_partition_info if is_new
619 std::string GetHashTreeFileName(const ApexFile& apex, bool is_new) { in GetHashTreeFileName() argument623 return is_new ? ret + ".new" : ret; in GetHashTreeFileName()