Lines Matching refs:Position
85 bytes from the file at the file's current position and returns them in Buffer.
87 end of the file. The file's current position is increased by the number of bytes
89 at the file's current position and returns the entry in Buffer. If the Buffer
91 EFI_BUFFER_TOO_SMALL is returned and the current file position is not updated.
93 success, the current position is updated to the next directory entry. If there
122 file position. The current file position is advanced the actual number of bytes
188 Set the current position in a file.
190 This function sets the current file position for the handle to the position
191 supplied. With the exception of moving to position 0xFFFFFFFFFFFFFFFF, only
193 allowed (a subsequent write would grow the file). Moving to position
194 0xFFFFFFFFFFFFFFFF causes the current position to be set to the end of the file.
195 If FileHandle is a directory, the only position that may be set is zero. This
198 @param[in] FileHandle The file handle on which the position is being set.
199 @param[in] Position The byte position from the begining of the file.
210 IN UINT64 Position
214 Gets a file's current position.
216 This function retrieves the current file position for the file handle. For
217 directories, the current file position has no meaning outside of the file
221 @param[in] FileHandle The open file handle on which to get the position.
222 @param[out] Position The byte position from begining of file.
232 OUT UINT64 *Position
398 If the position upon start is 0, then the Ascii Boolean will be set. This should be
435 If the position upon start is 0, then the Ascii Boolean will be set. This should be
503 @retval TRUE The position is at the end of the file.
504 @retval FALSE The position is not at the end of the file.