Home
last modified time | relevance | path

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

/base/update/packaging_tools/test/
Dtest_image_class.py137 map_path = "./test_target_package/vendor.map"
138 cmd = ["e2fsdroid", "-B", map_path,
144 ranges_list = IncUpdateImage(image_path, map_path).\
159 map_path = "./test_target_package/vendor.map"
160 cmd = ["e2fsdroid", "-B", map_path,
166 s_image = IncUpdateImage(image_path, map_path)
/base/update/packaging_tools/
Dimage_class.py115 def __init__(self, image_path, map_path): argument
122 self.map_path = map_path
131 self.parse_raw_image_file(image_path, map_path)
133 def parse_raw_image_file(self, image_path, map_path): argument
170 self.parse_block_map_file(map_path, f_r)
172 def parse_block_map_file(self, map_path, image_file_r): argument
182 with open(map_path, 'r') as f_r:
Dbuild_update.py475 def generate_image_map_file(image_path, map_path, image_name): argument
489 [E2FSDROID_PATH, "-B", map_path, "-a", "/%s" % image_name, image_path, "-e"]
496 if not os.path.exists(map_path):