Searched refs:fs_type (Results 1 – 7 of 7) sorted by relevance
/build/tools/releasetools/ |
D | edify_generator.py | 184 mount_flags = mount_dict.get(p.fs_type, "") 188 p.fs_type, common.PARTITION_TYPES[p.fs_type], p.device, 212 if p.fs_type not in ("ext2", "ext3", "ext4"): 227 (p.fs_type, common.PARTITION_TYPES[p.fs_type], 290 partition_type = common.PARTITION_TYPES[p.fs_type] 306 "don't know how to write \"%s\" partitions" % p.fs_type)
|
D | build_image.py | 242 fs_type = prop_dict.get("fs_type", "") 246 if fs_type.startswith("squash"): 262 if fs_type.startswith("ext"): 267 build_command.extend([in_dir, out_file, fs_type, 283 elif fs_type.startswith("squash"): 296 elif fs_type.startswith("f2fs"): 323 if reserved_blocks and fs_type.startswith("ext4"): 342 if reserved_blocks and fs_type.startswith("ext4"):
|
D | common.py | 205 def __init__(self, mount_point, fs_type, device, length, device2, context): argument 207 self.fs_type = fs_type 250 d[mount_point] = Partition(mount_point=mount_point, fs_type=pieces[1], 288 d[mount_point] = Partition(mount_point=mount_point, fs_type=pieces[2], 579 fs_type = None 585 fs_type = p.fs_type 590 if not fs_type or not limit: 593 if fs_type == "yaffs2": 1343 return (PARTITION_TYPES[fstab[mount_point].fs_type],
|
D | add_img_to_target_files | 120 image_props["fs_type"] = fstab["/" + what].fs_type 183 image_props["fs_type"] = fstab["/data"].fs_type 220 image_props["fs_type"] = fstab["/cache"].fs_type
|
D | add_img_to_target_files.py | 120 image_props["fs_type"] = fstab["/" + what].fs_type 183 image_props["fs_type"] = fstab["/data"].fs_type 220 image_props["fs_type"] = fstab["/cache"].fs_type
|
D | ota_from_target_files | 558 assert fs.fs_type.upper() == "EMMC", \ 838 assert fs.fs_type.upper() == "EMMC", \ 1225 assert fs.fs_type.upper() == "EMMC", \
|
D | ota_from_target_files.py | 558 assert fs.fs_type.upper() == "EMMC", \ 838 assert fs.fs_type.upper() == "EMMC", \ 1225 assert fs.fs_type.upper() == "EMMC", \
|