HomeSort by relevance Sort by last modified time
    Searched refs:EfiOpen (Results 1 - 6 of 6) sorted by null

  /device/linaro/bootloader/edk2/EmbeddedPkg/Ebl/
Script.c 67 File = EfiOpen (Argv[1], EFI_FILE_MODE_READ, 0);
EfiDevice.c 312 File = EfiOpen (Argv[1], EFI_FILE_MODE_READ, 0);
393 File = EfiOpen (Argv[1], EFI_FILE_MODE_READ, 0);
468 File = EfiOpen (Argv[1], EFI_FILE_MODE_READ, 0);
686 File = EfiOpen (Argv[1], EFI_FILE_MODE_READ, 0);
794 Source = EfiOpen(Argv[1], EFI_FILE_MODE_READ, 0);
800 Destination = EfiOpen(DestFileName, EFI_FILE_MODE_READ | EFI_FILE_MODE_WRITE | EFI_FILE_MODE_CREATE, 0);
894 File1 = EfiOpen(Argv[1], EFI_FILE_MODE_READ, 0);
900 File2 = EfiOpen(Argv[2], EFI_FILE_MODE_READ, 0);
Dir.c 107 File = EfiOpen (Path, EFI_FILE_MODE_READ, 0);
Command.c 775 File = EfiOpen (Argv[1], EFI_FILE_MODE_READ, 0);
  /device/linaro/bootloader/edk2/EmbeddedPkg/Include/Library/
EfiFileLib.h 128 For any file that is opened with EfiOpen() must be closed with EfiClose().
139 EfiOpen (
169 Close a file handle opened by EfiOpen() and free all resources allocated by
170 EfiOpen().
319 Set the Current Working Directory (CWD). If a call is made to EfiOpen () and
335 Set the Current Working Directory (CWD). If a call is made to EfiOpen () and
  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/EfiFileLib/
EfiFileLib.c 646 For any file that is opened with EfiOpen() must be closed with EfiClose().
657 EfiOpen (
739 File = EfiOpen (CwdPlusPathName, OpenMode, SectionType);
929 Source = EfiOpen (SourceFile, EFI_FILE_MODE_READ, 0);
936 Destination = EfiOpen (DestinationFile, EFI_FILE_MODE_WRITE | EFI_FILE_MODE_CREATE, 0);
1047 return EfiOpen (Path, EFI_FILE_MODE_READ, 0);
1052 Close a file handle opened by EfiOpen() and free all resources allocated by
1053 EfiOpen().
    [all...]

Completed in 739 milliseconds