Home | History | Annotate | Download | only in Include

Lines Matching refs:Handle

37   This function retrieves information about the file for the handle

43 @param[in] FileHandle The file handle of the file for which information is
56 This function sets the information about the file for the opened handle
59 @param[in] FileHandle The file handle of the file for which information
97 @param[in] FileHandle The opened file handle.
151 Close an open file handle.
153 This function closes a specified file handle. All "dirty" cached file data is
154 flushed to the device, and the file is closed. In all cases the handle is
157 @param[in] FileHandle The file handle to close.
159 @retval EFI_SUCCESS The file handle was closed successfully.
168 Delete a file and close the handle.
170 This function closes and deletes a file. In all cases the file handle is closed.
172 returned, but the handle is still closed.
174 @param[in] FileHandle The file handle to delete.
177 @retval EFI_WARN_DELETE_FAILURE The handle was closed, but the file was not
190 This function sets the current file position for the handle to the position
198 @param[in] FileHandle The file handle on which the position is being set.
216 This function retrieves the current file position for the file handle. For
221 @param[in] FileHandle The open file handle on which to get the position.
240 @param[in] FileHandle The file handle on which to flush data.
256 Function to determine if a given handle is a directory handle.
263 @param[in] DirHandle The handle to open the file.
278 This function takes an open directory handle and gets information from the
287 @param[in] DirHandle The file handle of the directory to search.
315 @param[in] DirHandle The file handle of the directory.
341 @param[in] FileHandle The file handle from which size is retrieved.
362 @param[in] FileHandle The file handle whose size is to be changed.
379 @param[in] Handle Handle to the Directory or File to create path to.
384 @retval EFI_INVALID_PARAMETER Handle was NULL.
391 IN CONST EFI_FILE_HANDLE Handle,
401 @param[in] Handle FileHandle to read from.
415 @retval EFI_INVALID_PARAMETER Handle was NULL.
424 IN EFI_FILE_HANDLE Handle,
438 @param[in] Handle FileHandle to read from.
449 IN EFI_FILE_HANDLE Handle,
456 If Handle is NULL, ASSERT.
458 @param[in] Handle FileHandle to write to.
470 IN EFI_FILE_HANDLE Handle,
477 @param[in] Handle The file handle for the file to write to.
489 IN EFI_FILE_HANDLE Handle,
499 If Handle is NULL, then ASSERT().
501 @param[in] Handle The file handle.
509 IN EFI_FILE_HANDLE Handle