Searched refs:image_file (Results 1 – 2 of 2) sorted by relevance
/development/gsi/gsi_util/gsi_util/utils/ |
D | debugfs.py | 27 def dump(image_file, file_spec, out_file): argument 38 run_command([_DEBUGFS, '-R', debugfs_command, image_file], log_stderr=True) 46 def get_type(image_file, file_spec): argument 59 [_DEBUGFS, '-R', debugfs_command, image_file],
|
/development/gsi/repack_super_image/ |
D | repack_super_image.py | 67 with open(image_path, "rb") as image_file: 68 return image_file.read(4) == b"\x3a\xff\x26\xed"
|