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

  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/ProcessDsc/
FWVolume.c 601 char ExpandedLine[MAX_LINE_LEN];
722 ExpandSymbols (Line, ExpandedLine, sizeof (ExpandedLine), 0);
723 SmartWrite (FVPtr->FVFilePtr, ExpandedLine);
724 GetBaseAddress (ExpandedLine, FVPtr->BaseAddress);
737 ExpandSymbols (Line, ExpandedLine, sizeof (ExpandedLine), 0);
738 SmartWrite (FVPtr->FVFilePtr, ExpandedLine);
752 sprintf (ExpandedLine, "EFI_FILE_NAME = %s\n", FileListPtr->FileName);
753 SmartWrite (FVPtr->FVFilePtr, ExpandedLine);
    [all...]
ProcessDsc.c     [all...]

Completed in 80 milliseconds