Searched refs:fstab (Results 1 – 9 of 9) sorted by relevance
23 def __init__(self, version, info, fstab=None): argument28 if fstab is None:29 self.fstab = self.info.get("fstab", None)31 self.fstab = fstab175 fstab = self.fstab176 if fstab:177 p = fstab[mount_point]209 fstab = self.fstab210 if fstab:211 p = fstab[partition][all …]
118 fstab = info_dict["fstab"]119 if fstab:120 image_props["fs_type"] = fstab["/" + what].fs_type181 fstab = OPTIONS.info_dict["fstab"]182 if fstab:183 image_props["fs_type"] = fstab["/data"].fs_type218 fstab = OPTIONS.info_dict["fstab"]219 if fstab:220 image_props["fs_type"] = fstab["/cache"].fs_type
1341 fstab = info["fstab"]1342 if fstab:1343 return (PARTITION_TYPES[fstab[mount_point].fs_type],1344 fstab[mount_point].device)
733 fstab=OPTIONS.source_info_dict["fstab"])1122 fstab=OPTIONS.source_info_dict["fstab"])
53 device/generic/goldfish/fstab.goldfish:root/fstab.goldfish \58 device/generic/goldfish/fstab.ranchu:root/fstab.ranchu \
88 vold.fstab \
816 recovery_fstab := $(strip $(wildcard $(TARGET_DEVICE_DIR)/recovery.fstab))826 $(info No recovery.fstab for TARGET_DEVICE $(TARGET_DEVICE))885 cp -f $(item) $(TARGET_RECOVERY_ROOT_OUT)/etc/recovery.fstab)