Lines Matching refs:Position
614 Gets a file's current position.
616 This function returns the current file position for the file handle. For directories, the
617 current file position has no meaning outside of the file system driver and as such, the
620 @param[in] FileHandle The file handle on which to get the current position.
621 @param[out] Position Byte position from the start of the file.
630 OUT UINT64 *Position
918 from the file at the file's current position and returns them in Buffer. If the read goes
920 current position is increased by the number of bytes returned.
1115 Sets a file's current position.
1117 This function sets the current file position for the handle to the position supplied. With
1118 the exception of seeking to position 0xFFFFFFFFFFFFFFFF, only absolute positioning is
1120 grow the file). Seeking to position 0xFFFFFFFFFFFFFFFF causes the current position
1123 @param[in] FileHandle The file handle on which requested position will be set.
1124 @param[in] Position Byte position from the start of the file.
1133 IN UINT64 Position
1158 This function writes the specified number of bytes to the file at the current file position.
1159 The current file position is advanced the actual number of bytes written, which is