Home
last modified time | relevance | path

Searched refs:ExpandedLine (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/ProcessDsc/
DFWVolume.c601 char ExpandedLine[MAX_LINE_LEN]; in CFVWriteInfFiles() local
722 ExpandSymbols (Line, ExpandedLine, sizeof (ExpandedLine), 0); in CFVWriteInfFiles()
723 SmartWrite (FVPtr->FVFilePtr, ExpandedLine); in CFVWriteInfFiles()
724 GetBaseAddress (ExpandedLine, FVPtr->BaseAddress); in CFVWriteInfFiles()
737 ExpandSymbols (Line, ExpandedLine, sizeof (ExpandedLine), 0); in CFVWriteInfFiles()
738 SmartWrite (FVPtr->FVFilePtr, ExpandedLine); in CFVWriteInfFiles()
752 sprintf (ExpandedLine, "EFI_FILE_NAME = %s\n", FileListPtr->FileName); in CFVWriteInfFiles()
753 SmartWrite (FVPtr->FVFilePtr, ExpandedLine); in CFVWriteInfFiles()
847 sprintf (ExpandedLine, "%s\n", FileListPtr->BaseFileName); in CFVWriteInfFiles()
848 SmartWrite (FVPtr->AprioriFilePtr, ExpandedLine); in CFVWriteInfFiles()
[all …]
DProcessDsc.c1721 INT8 ExpandedLine[MAX_LINE_LEN]; in ProcessINFDefinesSectionSingle() local
1727 ExpandSymbols (Str, ExpandedLine, sizeof (ExpandedLine), 0); in ProcessINFDefinesSectionSingle()
1728 Cptr = StripLine (ExpandedLine); in ProcessINFDefinesSectionSingle()
1773 INT8 ExpandedLine[MAX_LINE_LEN]; in ProcessINFNMakeSection() local
1787 ExpandedLine, in ProcessINFNMakeSection()
1788 sizeof (ExpandedLine), in ProcessINFNMakeSection()
1791 Cptr = StripLine (ExpandedLine); in ProcessINFNMakeSection()
1808 ExpandedLine, in ProcessINFNMakeSection()
1809 sizeof (ExpandedLine), in ProcessINFNMakeSection()
1812 Cptr = StripLine (ExpandedLine); in ProcessINFNMakeSection()
[all …]