Searched refs:recovery_fstab_path (Results 1 – 1 of 1) sorted by relevance
389 recovery_fstab_path = "RECOVERY/RAMDISK/system/etc/recovery.fstab"391 if recovery_fstab_path not in input_file.namelist():392 recovery_fstab_path = "RECOVERY/RAMDISK/etc/recovery.fstab"394 path = os.path.join(input_file, *recovery_fstab_path.split("/"))396 recovery_fstab_path = "RECOVERY/RAMDISK/etc/recovery.fstab"398 read_helper, d["fstab_version"], recovery_fstab_path, system_root_image)401 recovery_fstab_path = "BOOT/RAMDISK/system/etc/recovery.fstab"403 if recovery_fstab_path not in input_file.namelist():404 recovery_fstab_path = "BOOT/RAMDISK/etc/recovery.fstab"406 path = os.path.join(input_file, *recovery_fstab_path.split("/"))[all …]