Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/BaseTools/Source/C/Common/
DCommonLib.c616 CHAR8 *RootPath; in LongFilePath()
639 RootPath = getcwd (NULL, 0); in LongFilePath()
640 if (RootPath != NULL) { in LongFilePath()
641 strcat (mCommonLibFullPath, RootPath); in LongFilePath()
648 free (RootPath); in LongFilePath()
/device/linaro/bootloader/edk2/NetworkPkg/IScsiDxe/
DIScsiDhcp6.c36 IN CHAR8 *RootPath, in IScsiDhcp6ExtractRootPath() argument
60 (CompareMem (RootPath, ISCSI_ROOT_PATH_ID, IScsiRootPathIdLen) != 0)) { in IScsiDhcp6ExtractRootPath()
66 RootPath = RootPath + IScsiRootPathIdLen; in IScsiDhcp6ExtractRootPath()
74 CopyMem (TmpStr, RootPath, Length); in IScsiDhcp6ExtractRootPath()
DIScsiDhcp6.h42 IN CHAR8 *RootPath,
DIScsiDhcp.c34 IN CHAR8 *RootPath, in IScsiDhcpExtractRootPath() argument
57 …if ((Length <= IScsiRootPathIdLen) || (CompareMem (RootPath, ISCSI_ROOT_PATH_ID, IScsiRootPathIdLe… in IScsiDhcpExtractRootPath()
63 RootPath += IScsiRootPathIdLen; in IScsiDhcpExtractRootPath()
71 CopyMem (TmpStr, RootPath, Length); in IScsiDhcpExtractRootPath()
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/IScsiDxe/
DIScsiDhcp.c31 IN CHAR8 *RootPath, in IScsiDhcpExtractRootPath() argument
49 …if ((Length <= IScsiRootPathIdLen) || (CompareMem (RootPath, ISCSI_ROOT_PATH_ID, IScsiRootPathIdLe… in IScsiDhcpExtractRootPath()
55 RootPath += IScsiRootPathIdLen; in IScsiDhcpExtractRootPath()
63 CopyMem (TmpStr, RootPath, Length); in IScsiDhcpExtractRootPath()
/device/linaro/bootloader/edk2/BaseTools/Source/C/GenBootSector/
DGenBootSector.c148 CHAR RootPath[] = "X:\\"; // "X:\" -> for GetDriveType in GetDriveInfo() local
151 RootPath[0] = VolumeAccessPath[4] = VolumeLetter; in GetDriveInfo()
152 DriveType = GetDriveType(RootPath); in GetDriveInfo()
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel2CommandsLib/
DLs.c342 IN CONST CHAR16 *RootPath, in PrintLsOutput() argument
376 CorrectedPath = StrnCatGrow(&CorrectedPath, &LongestPath, RootPath, 0); in PrintLsOutput()
459 CorrectedPath = StrnCatGrow(&CorrectedPath, &LongestPath, RootPath, 0); in PrintLsOutput()