Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/ProcessDsc/
DProcessDsc.c3001 INT8 OutLine[MAX_EXP_LINE_LEN]; in WriteCommonMakefile() local
3052 ExpandSymbols (InLine, OutLine, sizeof (OutLine), EXPANDMODE_RECURSIVE); in WriteCommonMakefile()
3053 fprintf (MakeFptr, OutLine); in WriteCommonMakefile()
3070 ExpandSymbols (InLine, OutLine, sizeof (OutLine), EXPANDMODE_RECURSIVE); in WriteCommonMakefile()
3071 fprintf (MakeFptr, OutLine); in WriteCommonMakefile()
3084 ExpandSymbols (InLine, OutLine, sizeof (OutLine), EXPANDMODE_RECURSIVE); in WriteCommonMakefile()
3085 fprintf (MakeFptr, OutLine); in WriteCommonMakefile()
3100 ExpandSymbols (InLine, OutLine, sizeof (OutLine), EXPANDMODE_RECURSIVE); in WriteCommonMakefile()
3101 fprintf (MakeFptr, OutLine); in WriteCommonMakefile()
3139 INT8 OutLine[MAX_EXP_LINE_LEN]; in WriteComponentTypeBuildCommands() local
[all …]