Home
last modified time | relevance | path

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

/development/vndk/tools/definition-tool/
Dvndk_definition_tool.py1532 def dump_ext4_img(img_file_path, out_dir): argument
1536 cmd = ['debugfs', img_file_path, '-R', 'rdump / ' + out_dir]
1561 def scan_ext4_image(img_file_path, mount_point, unzip_files): argument
1564 dump_ext4_img(img_file_path, tmp_dir)
1590 img_file_path = os.path.join(apex_dir, 'apex_payload.img')
1591 if os.path.exists(img_file_path):
1592 for path, elf in scan_ext4_image(img_file_path, mount_point,