HomeSort by relevance Sort by last modified time
    Searched refs:GetNextFile (Results 1 - 25 of 27) sorted by null

1 2

  /device/linaro/bootloader/edk2/BaseTools/Source/C/Common/
FvLib.h 42 GetNextFile (
FvLib.c 111 GetNextFile (
277 Status = GetNextFile (NULL, &CurrentFile);
291 Status = GetNextFile (CurrentFile, &CurrentFile);
363 Status = GetNextFile (NULL, &CurrentFile);
381 Status = GetNextFile (CurrentFile, &CurrentFile);
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/Common/
FvLib.h 46 GetNextFile (
FvLib.c 117 GetNextFile (
278 Status = GetNextFile (NULL, &CurrentFile);
292 Status = GetNextFile (CurrentFile, &CurrentFile);
364 Status = GetNextFile (NULL, &CurrentFile);
382 Status = GetNextFile (CurrentFile, &CurrentFile);
  /device/linaro/bootloader/OpenPlatformPkg/Platforms/TexasInstruments/BeagleBoard/Bds/
FirmwareVolume.c 65 NextStatus = Fv->GetNextFile (Fv, Key, &FileType, NameGuid, &Attributes, &Size);
  /device/linaro/bootloader/edk2/BeagleBoardPkg/Bds/
FirmwareVolume.c 65 NextStatus = Fv->GetNextFile (Fv, Key, &FileType, NameGuid, &Attributes, &Size);
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Protocol/FirmwareVolume/
FirmwareVolume.h 292 FV_GET_NEXT_FILE GetNextFile;
  /device/linaro/bootloader/edk2/IntelFrameworkPkg/Include/Protocol/
FirmwareVolume.h 330 FRAMEWORK_EFI_FV_GET_NEXT_FILE GetNextFile;
334 /// the GetNextFile() API.
  /device/linaro/bootloader/edk2/ArmPkg/Library/BdsLib/
BdsAppLoader.c 93 Status = FvInstance->GetNextFile (FvInstance, Key, &FileType, &NameGuid, &Attributes, &Size);
  /device/linaro/bootloader/edk2/ArmPlatformPkg/ArmVExpressPkg/ArmVExpressDxe/
ArmFvpDxe.c 113 Status = FvProtocol->GetNextFile (FvProtocol, Key, &FileType, &NameGuid, &Attributes, &Size);
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Protocol/FirmwareVolume2/
FirmwareVolume2.h 186 EFI_FV_GET_NEXT_FILE GetNextFile;
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
FirmwareVolume2.h 534 GetNextFile() is the interface that is used to search a firmware
545 GetNextFile() must maintain the value of *Key returned by the
548 GetNextFile() is callable only from TPL_NOTIFY and below.
549 Behavior of GetNextFile() at any EFI_TPL above TPL_NOTIFY is
559 the buffer between calls to GetNextFile().
562 EFI_FV_FILETYPE. The GetNextFile() API can
566 GetNextFile() to search for files of all
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/FvOnFv2Thunk/
FvOnFv2Thunk.c 360 Status = FirmwareVolume2->GetNextFile (
  /device/linaro/bootloader/edk2/EmbeddedPkg/Ebl/
Dir.c 155 GetNextFileStatus = Fv->GetNextFile (
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/VarCheckHiiLib/
VarCheckHiiGenFromFv.c 323 Status = Fv2->GetNextFile (
  /external/pdfium/xfa/fgas/font/
cfgas_fontmgr.h 180 CFX_ByteString GetNextFile();
cfgas_fontmgr.cpp 497 CFX_ByteString CFX_FontSourceEnum_File::GetNextFile() {
521 return !m_FolderPaths.empty() ? GetNextFile() : "";
546 m_wsNext = GetNextFile().UTF8Decode();
556 m_wsNext = GetNextFile().UTF8Decode();
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/FirmwareVolume/FwVolDxe/
FwVol.c 234 Status = ParentFvProtocol->GetNextFile (
723 FvDevice->Fv.GetNextFile = FvGetNextFile;
FwVolRead.c 76 to GetNextFile().
78 EFI_FV_FILETYPE. The GetNextFile() API can
81 of 0 causes GetNextFile() to search for
365 Status = This->GetNextFile (
FwVolWrite.c 1093 Status = Fv->GetNextFile (
    [all...]
FwPadFile.c     [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/Fv2OnFvThunk/
Fv2OnFvThunk.c 448 GetNextFile() is the interface that is used to search a firmware
459 GetNextFile() must maintain the value of *Key returned by the
462 GetNextFile() is callable only from TPL_NOTIFY and below.
463 Behavior of GetNextFile() at any EFI_TPL above TPL_NOTIFY is
481 GetNextFile().
484 EFI_FV_FILETYPE. The GetNextFile() API can
488 GetNextFile() to search for files of all
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/FvSimpleFileSystemDxe/
FvSimpleFileSystemEntryPoint.c 140 Status = FvProtocol->GetNextFile (
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Dispatcher/
Dispatcher.c     [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/DxeServicesLib/
DxeServicesLib.c 280 Status = Fv->GetNextFile (Fv, &Key, &FileType, &NameGuid, &Attributes, Size);
    [all...]

Completed in 759 milliseconds

1 2