Home
last modified time | relevance | path

Searched refs:image_name (Results 1 – 3 of 3) sorted by relevance

/base/update/packaging_tools/
Dscript_generator.py190 def image_write(self, partition, image_name, image_path): argument
191 return self.raw_image_write(partition, image_name)
193 def raw_image_write(self, partition, image_name): argument
199 cmd = 'raw_image_write("/%s", "/%s");\n' % (partition, image_name)
Dbuild_update.py475 def generate_image_map_file(image_path, map_path, image_name): argument
485 image_name, UPDATE_LOGGER.ERROR_LOG)
489 [E2FSDROID_PATH, "-B", map_path, "-a", "/%s" % image_name, image_path, "-e"]
/base/startup/hvb/libhvb/include/
Dhvb_cert.h86 uint8_t image_name[VERITY_NAME_SIZE]; member