TianoCore EDK2 master
|
#include "Fat.h"
Go to the source code of this file.
Functions | |
EFI_STATUS EFIAPI | FatOpenVolume (IN EFI_SIMPLE_FILE_SYSTEM_PROTOCOL *This, OUT EFI_FILE_PROTOCOL **File) |
OpenVolume() function of Simple File System Protocol.
Copyright (c) 2005 - 2013, Intel Corporation. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent
Definition in file OpenVolume.c.
EFI_STATUS EFIAPI FatOpenVolume | ( | IN EFI_SIMPLE_FILE_SYSTEM_PROTOCOL * | This, |
OUT EFI_FILE_PROTOCOL ** | File | ||
) |
Implements Simple File System Protocol interface function OpenVolume().
This | - Calling context. |
File | - the Root Directory of the volume. |
EFI_OUT_OF_RESOURCES | - Can not allocate the memory. |
EFI_VOLUME_CORRUPTED | - The FAT type is error. |
EFI_SUCCESS | - Open the volume successfully. |
Definition at line 25 of file OpenVolume.c.