Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/EbcDxe/EbcDebugger/
DEdbCmdSymbol.c84 IN CHAR16 *DirPath, in ConstructFullPath() argument
91 DirPathSize = StrLen(DirPath); in ConstructFullPath()
92 *(DirPath + DirPathSize) = L'\\'; in ConstructFullPath()
93 StrnCatS (DirPath, DirPathSize + Size + 1, FilePath, Size); in ConstructFullPath()
95 *(DirPath + DirPathSize + Size + 1) = 0; in ConstructFullPath()
97 return DirPath; in ConstructFullPath()