Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/ProcessDsc/
DProcessDsc.c598 INT8 ExpLine[MAX_LINE_LEN]; in main() local
701 ExpandSymbols (Line, ExpLine, sizeof (ExpLine), 0); in main()
705 fprintf (gGlobals.MakefileFptr, ExpLine); in main()
706 fprintf (gGlobals.ModuleMakefileFptr, ExpLine); in main()
847 sprintf (ExpLine, "nmake -nologo -f %s fvs_%d", gGlobals.MakefileName, i); in main()
849 if (system (ExpLine)) { in main()
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Ecc/
Dc.py816 def GetFuncContainsPE(ExpLine, ResultSet): argument
818 if Result[0] < ExpLine and Result[1] > ExpLine: