Home
last modified time | relevance | path

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

/aosp12/build/make/tools/releasetools/
H A Dcommon.py1051 data = read_helper(recovery_fstab_path)
1053 logger.warning("Failed to find %s", recovery_fstab_path)
1124 if recovery_fstab_path not in input_file.namelist():
1125 recovery_fstab_path = 'RECOVERY/RAMDISK/etc/recovery.fstab'
1129 recovery_fstab_path = 'RECOVERY/RAMDISK/etc/recovery.fstab'
1131 read_helper, info_dict['fstab_version'], recovery_fstab_path,
1135 recovery_fstab_path = 'BOOT/RAMDISK/system/etc/recovery.fstab'
1137 if recovery_fstab_path not in input_file.namelist():
1138 recovery_fstab_path = 'BOOT/RAMDISK/etc/recovery.fstab'
1142 recovery_fstab_path = 'BOOT/RAMDISK/etc/recovery.fstab'
[all …]