Lines Matching refs:Position
73 bytes from the file at the file's current position and returns them in Buffer.
75 end of the file. The file's current position is increased by the number of bytes
77 at the file's current position and returns the entry in Buffer. If the Buffer
79 EFI_BUFFER_TOO_SMALL is returned and the current file position is not updated.
81 success, the current position is updated to the next directory entry. If there
110 file position. The current file position is advanced the actual number of bytes
176 Set the current position in a file.
178 This function sets the current file position for the handle to the position
179 supplied. With the exception of moving to position 0xFFFFFFFFFFFFFFFF, only
181 allowed (a subsequent write would grow the file). Moving to position
182 0xFFFFFFFFFFFFFFFF causes the current position to be set to the end of the file.
183 If FileHandle is a directory, the only position that may be set is zero. This
186 @param[in] FileHandle The file handle on which the position is being set.
187 @param[in] Position The byte position from the beginning of the file.
198 IN UINT64 Position
202 Gets a file's current position.
204 This function retrieves the current file position for the file handle. For
205 directories, the current file position has no meaning outside of the file
209 @param[in] FileHandle The open file handle on which to get the position.
210 @param[out] Position The byte position from beginning of file.
220 OUT UINT64 *Position
382 If the position upon start is 0, then the Ascii Boolean will be set. This should be
421 If the position upon start is 0, then the Ascii Boolean will be set. This should be
496 @retval TRUE The position is at the end of the file.
497 @retval FALSE The position is not at the end of the file.