HomeSort by relevance Sort by last modified time
    Searched refs:new_info (Results 1 - 10 of 10) sorted by null

  /build/make/tools/
mktarball.sh 33 new_info=`${fs_get_stats} ${curr_perms} ${is_dir} ${f} ${target_out}`
34 new_uid=`echo ${new_info} | awk '{print $1;}'`
35 new_gid=`echo ${new_info} | awk '{print $2;}'`
36 new_perms=`echo ${new_info} | awk '{print $3;}'`
  /external/autotest/server/hosts/
afe_store.py 53 def _commit_impl(self, new_info):
56 @param new_info: The new HostInfo to commit.
64 self._remove_labels_on_afe(set(old_info.labels) - set(new_info.labels))
65 self._add_labels_on_afe(set(new_info.labels) - set(old_info.labels))
69 if old_info.attributes != new_info.attributes:
74 old_info.attributes, new_info.attributes)
  /system/update_engine/payload_generator/
payload_file.h 95 PartitionInfo new_info; member in struct:chromeos_update_engine::PayloadFile::Partition