Home | History | Annotate | Download | only in Library

Lines Matching refs:Handle

25   This function retrieves information about the file for the handle

31 @param[in] FileHandle The file handle of the file for which information is
44 This function sets the information about the file for the opened handle
47 @param[in] FileHandle The file handle of the file for which information
85 @param[in] FileHandle The opened file handle.
139 Close an open file handle.
141 This function closes a specified file handle. All "dirty" cached file data is
142 flushed to the device, and the file is closed. In all cases the handle is
145 @param[in] FileHandle The file handle to close.
147 @retval EFI_SUCCESS The file handle was closed successfully.
156 Delete a file and close the handle.
158 This function closes and deletes a file. In all cases the file handle is closed.
160 returned, but the handle is still closed.
162 @param[in] FileHandle The file handle to delete.
165 @retval EFI_WARN_DELETE_FAILURE The handle was closed, but the file was not
178 This function sets the current file position for the handle to the position
186 @param[in] FileHandle The file handle on which the position is being set.
204 This function retrieves the current file position for the file handle. For
209 @param[in] FileHandle The open file handle on which to get the position.
227 @param[in] FileHandle The file handle on which to flush data.
243 Function to determine if a given handle is a directory handle.
248 @param[in] DirHandle Handle to open file.
263 This function takes an open directory handle and gets information from the
272 @param[in] DirHandle The file handle of the directory to search.
299 @param[in] DirHandle The file handle of the directory.
322 @param[in] FileHandle The file handle from which size is retrieved.
343 @param[in] FileHandle The file handle whose size is to be changed.
363 @param[in] Handle Handle to the Directory or File to create path to.
368 @retval EFI_INVALID_PARAMETER Handle was NULL.
375 IN CONST EFI_FILE_HANDLE Handle,
387 @param[in] Handle FileHandle to read from.
401 @retval EFI_INVALID_PARAMETER Handle was NULL.
410 IN EFI_FILE_HANDLE Handle,
424 @param[in] Handle FileHandle to read from.
435 IN EFI_FILE_HANDLE Handle,
448 @param[in] Handle FileHandle to write to.
454 @retval EFI_INVALID_PARAMETER Handle is NULL.
463 IN EFI_FILE_HANDLE Handle,
470 @param[in] Handle The file handle for the file to write to.
482 IN EFI_FILE_HANDLE Handle,
492 If Handle is NULL, then ASSERT().
494 @param[in] Handle The file handle.
502 IN EFI_FILE_HANDLE Handle