Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/StdLib/LibC/Uefi/Devices/Utility/
DPath.c109 wchar_t *OldPath; in NormalizePath() local
113 OldPath = AsciiStrToUnicodeStr(path, gMD->UString); in NormalizePath()
114 Length = wcslen(OldPath) + 1; in NormalizePath()
119 for( ; *OldPath; ++OldPath) { in NormalizePath()
120 if(*OldPath == L'/') { in NormalizePath()
124 *temp = *OldPath; in NormalizePath()
/device/linaro/bootloader/edk2/BaseTools/Source/C/Common/
DOsPath.c212 IN CHAR8 *OldPath, in OsPathPeerFilePath() argument
242 Result = (CHAR8 *) malloc (strlen (OldPath) + strlen (Peer) + 1); in OsPathPeerFilePath()
247 strcpy (Result, OldPath); in OsPathPeerFilePath()
DOsPath.h87 IN CHAR8 *OldPath,