Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/MakeDeps/
DMakeDeps.c376 INT8 MacroIncludeFileName[MAX_LINE_LEN]; in ProcessFile() local
635 strcpy (MacroIncludeFileName, mMacroConversion[Index].PathName); in ProcessFile()
636 strcat (MacroIncludeFileName, Cptr); in ProcessFile()
637 strcat (MacroIncludeFileName, "\\"); in ProcessFile()
638 strcat (MacroIncludeFileName, Cptr); in ProcessFile()
639 strcat (MacroIncludeFileName, ".h"); in ProcessFile()
643 Status = ProcessFile (TargetFileName, MacroIncludeFileName, NestDepth + 1, in ProcessFile()