Home
last modified time | relevance | path

Searched refs:fstab (Results 1 – 9 of 9) sorted by relevance

/build/tools/releasetools/
Dedify_generator.py23 def __init__(self, version, info, fstab=None): argument
28 if fstab is None:
29 self.fstab = self.info.get("fstab", None)
31 self.fstab = fstab
175 fstab = self.fstab
176 if fstab:
177 p = fstab[mount_point]
209 fstab = self.fstab
210 if fstab:
211 p = fstab[partition]
[all …]
Dadd_img_to_target_files118 fstab = info_dict["fstab"]
119 if fstab:
120 image_props["fs_type"] = fstab["/" + what].fs_type
181 fstab = OPTIONS.info_dict["fstab"]
182 if fstab:
183 image_props["fs_type"] = fstab["/data"].fs_type
218 fstab = OPTIONS.info_dict["fstab"]
219 if fstab:
220 image_props["fs_type"] = fstab["/cache"].fs_type
Dadd_img_to_target_files.py118 fstab = info_dict["fstab"]
119 if fstab:
120 image_props["fs_type"] = fstab["/" + what].fs_type
181 fstab = OPTIONS.info_dict["fstab"]
182 if fstab:
183 image_props["fs_type"] = fstab["/data"].fs_type
218 fstab = OPTIONS.info_dict["fstab"]
219 if fstab:
220 image_props["fs_type"] = fstab["/cache"].fs_type
Dcommon.py1341 fstab = info["fstab"]
1342 if fstab:
1343 return (PARTITION_TYPES[fstab[mount_point].fs_type],
1344 fstab[mount_point].device)
Dota_from_target_files733 fstab=OPTIONS.source_info_dict["fstab"])
1122 fstab=OPTIONS.source_info_dict["fstab"])
Dota_from_target_files.py733 fstab=OPTIONS.source_info_dict["fstab"])
1122 fstab=OPTIONS.source_info_dict["fstab"])
/build/target/product/
Demulator.mk53 device/generic/goldfish/fstab.goldfish:root/fstab.goldfish \
58 device/generic/goldfish/fstab.ranchu:root/fstab.ranchu \
/build/core/
Dlegacy_prebuilts.mk88 vold.fstab \
DMakefile816 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)