HomeSort by relevance Sort by last modified time
    Searched full:getnextfile (Results 1 - 25 of 31) sorted by null

1 2

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/pdist/
makechangelog.py 23 file = getnextfile(f)
75 def getnextfile(f): function
  /external/python/cpython2/Demo/pdist/
makechangelog.py 23 file = getnextfile(f)
75 def getnextfile(f): function
  /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/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/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/Core/Dxe/FwVol/
FwVolDriver.h 105 to GetNextFile().
107 EFI_FV_FILETYPE. The GetNextFile() API can
110 of 0 causes GetNextFile() to search for
FwVolRead.c 75 to GetNextFile().
77 EFI_FV_FILETYPE. The GetNextFile() API can
80 of 0 causes GetNextFile() to search for
  /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/IntelFrameworkModulePkg/Universal/FirmwareVolume/FwVolDxe/
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 (
FwVol.c 234 Status = ParentFvProtocol->GetNextFile (
723 FvDevice->Fv.GetNextFile = FvGetNextFile;
FwVolDriver.h 162 to GetNextFile().
164 EFI_FV_FILETYPE. The GetNextFile() API can
167 of 0 causes GetNextFile() to search for
FwVolWrite.c 1093 Status = Fv->GetNextFile (
    [all...]
  /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/EdkCompatibilityPkg/Foundation/Framework/Protocol/FirmwareVolume/
FirmwareVolume.h 292 FV_GET_NEXT_FILE GetNextFile;
  /external/pdfium/xfa/fgas/font/
cfgas_fontmgr.h 120 ByteString GetNextFile();
cfgas_fontmgr.cpp 463 ByteString CFX_FontSourceEnum_File::GetNextFile() {
487 return !m_FolderPaths.empty() ? GetNextFile() : "";
512 m_wsNext = GetNextFile().UTF8Decode();
524 m_wsNext = GetNextFile().UTF8Decode();
    [all...]
  /device/linaro/bootloader/edk2/EmbeddedPkg/Ebl/
Dir.c 156 GetNextFileStatus = Fv->GetNextFile (
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/VarCheckHiiLib/
VarCheckHiiGenFromFv.c 323 Status = Fv2->GetNextFile (
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/LoadFileOnFv2/
LoadFileOnFv2.c 277 Status = Fv->GetNextFile (Fv, &Key, &FileType, &NameGuid, &Attributes, &Size);
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/FvOnFv2Thunk/
FvOnFv2Thunk.c 360 Status = FirmwareVolume2->GetNextFile (

Completed in 2373 milliseconds

1 2