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

  /device/linaro/bootloader/edk2/BaseTools/Source/C/Common/
MemoryFile.c 61 CHAR8 *InputFileImage;
65 Status = GetFileImage (InputFileName, &InputFileImage, &BytesRead);
72 free (InputFileImage);
76 NewMemoryFile->FileImage = InputFileImage;
77 NewMemoryFile->CurrentFilePointer = InputFileImage;
78 NewMemoryFile->Eof = InputFileImage + BytesRead;
CommonLib.c 157 OUT CHAR8 **InputFileImage,
170 InputFileImage A pointer to the memory buffer.
188 if (InputFileName == NULL || strlen (InputFileName) == 0 || InputFileImage == NULL) {
222 *InputFileImage = malloc (FileSize);
223 if (*InputFileImage == NULL) {
233 free (*InputFileImage);
234 *InputFileImage = NULL;
240 *BytesRead = fread (*InputFileImage, sizeof (UINT8), FileSize, InputFile);
244 free (*InputFileImage);
245 *InputFileImage = NULL;
    [all...]
CommonLib.h 71 OUT CHAR8 **InputFileImage,
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/Common/
CommonLib.c 158 OUT CHAR8 **InputFileImage,
171 InputFileImage A pointer to the memory buffer.
189 if (InputFileName == NULL || strlen (InputFileName) == 0 || InputFileImage == NULL) {
223 *InputFileImage = malloc (FileSize);
224 if (*InputFileImage == NULL) {
234 free (*InputFileImage);
235 *InputFileImage = NULL;
241 *BytesRead = fread (*InputFileImage, sizeof (UINT8), FileSize, InputFile);
245 free (*InputFileImage);
246 *InputFileImage = NULL;
    [all...]
CommonLib.h 66 OUT CHAR8 **InputFileImage,

Completed in 110 milliseconds