Searched refs:DirBufferSize (Results 1 – 2 of 2) sorted by relevance
1064 UINTN DirBufferSize; in LibFindFiles() local1073 DirBufferSize = sizeof (EFI_FILE_INFO) + 1024; in LibFindFiles()1074 DirInfo = AllocateZeroPool (DirBufferSize); in LibFindFiles()1088 BufferSize = DirBufferSize; in LibFindFiles()
553 UINTN DirBufferSize; in BOpt_FindFiles() local596 DirBufferSize = sizeof (EFI_FILE_INFO) + 1024; in BOpt_FindFiles()597 DirInfo = AllocateZeroPool (DirBufferSize); in BOpt_FindFiles()609 BufferSize = DirBufferSize; in BOpt_FindFiles()