Searched refs:recovery_fstab_path (Results 1 – 1 of 1) sorted by relevance
874 def LoadRecoveryFSTab(read_helper, fstab_version, recovery_fstab_path, argument886 data = read_helper(recovery_fstab_path)888 logger.warning("Failed to find %s", recovery_fstab_path)957 recovery_fstab_path = 'RECOVERY/RAMDISK/system/etc/recovery.fstab'959 if recovery_fstab_path not in input_file.namelist():960 recovery_fstab_path = 'RECOVERY/RAMDISK/etc/recovery.fstab'962 path = os.path.join(input_file, *recovery_fstab_path.split('/'))964 recovery_fstab_path = 'RECOVERY/RAMDISK/etc/recovery.fstab'966 read_helper, info_dict['fstab_version'], recovery_fstab_path,970 recovery_fstab_path = 'BOOT/RAMDISK/system/etc/recovery.fstab'[all …]