Searched refs:mount_point (Results 1 – 4 of 4) sorted by relevance
/build/make/tools/releasetools/ |
D | build_image.py | 239 mount_point = prop_dict["mount_point"] 243 mount_point, total_blocks, used_blocks, headroom_blocks, 681 def ImagePropFromGlobalDict(glob_dict, mount_point): argument 786 if mount_point == "data": 789 prefix = mount_point 792 if readonly and mount_point not in ro_mount_points: 798 if mount_point not in allowed_partitions: 801 if (mount_point == "system_other") and (dest_prop != "partition_size"): 809 if mount_point in ro_mount_points: 821 d["mount_point"] = mount_point [all …]
|
D | edify_generator.py | 221 def Mount(self, mount_point, mount_options_by_format=""): argument 230 p = fstab[mount_point] 243 p.mount_point, mount_flags)) 244 self.mounts.add(p.mount_point) 279 p.length, p.mount_point)) 384 def WriteRawImage(self, mount_point, fn, mapfn=None): argument 390 p = fstab[mount_point] 410 def Unmount(self, mount_point): argument 411 self.script.append('unmount("%s");' % mount_point) 412 self.mounts.remove(mount_point)
|
D | common.py | 1171 def __init__(self, mount_point, fs_type, device, length, context, slotselect): argument 1172 self.mount_point = mount_point 1223 mount_point = pieces[1] 1224 d[mount_point] = Partition(mount_point=mount_point, fs_type=pieces[2], 2583 mount_point = "/" + target 2588 if mount_point == "/userdata": 2589 mount_point = "/data" 2590 p = info_dict["fstab"][mount_point] 3661 def GetTypeAndDevice(mount_point, info, check_no_slot=True): argument 3670 assert not fstab[mount_point].slotselect, \ [all …]
|
/build/make/tools/aconfig/printflags/src/ |
D | main.rs | 85 for mount_point in mount_points { in main() 86 let path = format!("/{}/etc/aconfig_flags.pb", mount_point); in main() 97 let value = format!("{:?} + {:?} ({})", flag.permission(), flag.state(), mount_point); in main()
|