Searched refs:img_file_path (Results 1 – 1 of 1) sorted by relevance
/development/vndk/tools/definition-tool/ |
D | vndk_definition_tool.py | 1618 def dump_ext4_img(img_file_path, out_dir): argument 1622 cmd = ['debugfs', img_file_path, '-R', 'rdump / ' + out_dir] 1647 def scan_ext4_image(img_file_path, mount_point, unzip_files): argument 1650 dump_ext4_img(img_file_path, tmp_dir) 1676 img_file_path = os.path.join(apex_dir, 'apex_payload.img') 1677 if os.path.exists(img_file_path): 1678 for path, elf in scan_ext4_image(img_file_path, mount_point,
|