Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/BaseTools/Source/C/GenVtf/
DGenVtf.c170 CHAR8 TmpLine[FILE_NAME_SIZE]; in TrimLine() local
191 TmpLine[Index2++] = Char; in TrimLine()
196 TmpLine[Index2] = 0; in TrimLine()
197 strcpy (Line, TmpLine); in TrimLine()