Home | History | Annotate | Download | only in NvVarsFileLib

Lines Matching refs:FileContents

198   VOID                        *FileContents;

201 FileContents = AllocatePool (ReadSize);
202 if (FileContents != NULL) {
206 FileContents
209 FreePool (FileContents);
214 return FileContents;
235 VOID *FileContents;
250 FileContents = FileHandleReadToNewBuffer (File, FileSize);
251 if (FileContents == NULL) {
264 FileContents,
271 FreePool (FileContents);