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

  /build/make/tools/releasetools/
build_image.py 207 def BuildVerityTree(sparse_image_path, verity_image_path, prop_dict):
215 prop_dict["verity_root_hash"] = root
216 prop_dict["verity_salt"] = salt
293 def MakeVerityEnabledImage(out_file, fec_supported, prop_dict):
298 prop_dict: a dictionary of properties required for image creation and
304 image_size = int(prop_dict["partition_size"])
305 block_dev = prop_dict["verity_block_device"]
306 signer_key = prop_dict["verity_key"] + ".pk8"
310 signer_path = prop_dict["verity_signer_cmd"]
322 if not BuildVerityTree(out_file, verity_image_path, prop_dict)
    [all...]
  /external/autotest/site_utils/
phapi_lib.py 285 def _get_property_values(self, prop_dict):
293 @param prop_dict: dictionary which contains a list of properties.
298 for name, property in prop_dict.iteritems():
304 def _get_cros_labels(self, prop_dict):
317 @param prop_dict: a dictionary we expect the Cros label to be in.
320 label = prop_dict.get('label')
  /external/autotest/site_utils/sponge_lib/
acts_job_info.py 72 prop_dict = {}
73 self.build_info['build_prop'] = prop_dict
81 prop_dict[parts[0]] = parts[1]

Completed in 3181 milliseconds