Lines Matching refs:recovery_fstab_path
1039 def LoadRecoveryFSTab(read_helper, fstab_version, recovery_fstab_path, argument
1051 data = read_helper(recovery_fstab_path)
1053 logger.warning("Failed to find %s", recovery_fstab_path)
1122 recovery_fstab_path = 'RECOVERY/RAMDISK/system/etc/recovery.fstab'
1124 if recovery_fstab_path not in input_file.namelist():
1125 recovery_fstab_path = 'RECOVERY/RAMDISK/etc/recovery.fstab'
1127 path = os.path.join(input_file, *recovery_fstab_path.split('/'))
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'
1140 path = os.path.join(input_file, *recovery_fstab_path.split('/'))
1142 recovery_fstab_path = 'BOOT/RAMDISK/etc/recovery.fstab'
1144 read_helper, info_dict['fstab_version'], recovery_fstab_path,