Home
last modified time | relevance | path

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

/build/tools/releasetools/
Dbuild_image.py470 mount_point = prop_dict.get("mount_point")
473 mount_point, total_blocks, used_blocks, reserved_blocks,
478 mount_point = prop_dict.get("mount_point")
483 "%d" % (mount_point, image_size, partition_size))
507 def ImagePropFromGlobalDict(glob_dict, mount_point): argument
539 d["mount_point"] = mount_point
540 if mount_point == "system":
556 elif mount_point == "data":
561 elif mount_point == "cache":
564 elif mount_point == "vendor":
[all …]
Dedify_generator.py196 def Mount(self, mount_point, mount_options_by_format=""): argument
205 p = fstab[mount_point]
217 p.mount_point, mount_flags))
218 self.mounts.add(p.mount_point)
256 p.device, p.length, p.mount_point))
312 def WriteRawImage(self, mount_point, fn, mapfn=None): argument
318 p = fstab[mount_point]
383 def Unmount(self, mount_point): argument
384 self.script.append('unmount("%s");' % mount_point)
385 self.mounts.remove(mount_point)
Dcommon.py291 def __init__(self, mount_point, fs_type, device, length, device2, context): argument
292 self.mount_point = mount_point
326 mount_point = pieces[0]
334 print "%s: unknown option \"%s\"" % (mount_point, i)
336 d[mount_point] = Partition(mount_point=mount_point, fs_type=pieces[1],
373 mount_point = pieces[1]
374 d[mount_point] = Partition(mount_point=mount_point, fs_type=pieces[2],
740 mount_point = "/" + target
745 if mount_point == "/userdata":
746 mount_point = "/data"
[all …]