Lines Matching defs:File
1 /** @file
106 // File instance
166 PEI_FAT_FILE File;
192 Finds the recovery file on a FAT volume.
193 This function finds the the recovery file named FileName on a specified FAT volume and returns
199 @param FileName The recovery file name to find.
200 @param Handle The output file handle.
204 @retval EFI_NOT_FOUND The recovery file was not found.
205 @retval EFI_SUCCESS The recovery file was successfully found on the
315 Converts an 8.3 FAT file name using an OEM character set
321 an 8.3 file name using an OEM character set.
449 Set a file's CurrentPos and CurrentCluster, then compute StraightReadAmount.
452 @param File the file
453 @param Pos the Position which is offset from the file's
457 @retval EFI_INVALID_PARAMETER Pos is beyond file's size.
464 IN PEI_FAT_FILE *File,
470 Reads file data. Updates the file's CurrentPos.
473 @param File The file.
478 @retval EFI_INVALID_PARAMETER File is invalid.
485 IN PEI_FAT_FILE *File,
499 @param SubFile The File structure containing the sub file that
502 @retval EFI_SUCCESS The next sub file is obtained.
504 @retval EFI_NOT_FOUND No more sub file exists.