Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Hand/
DLocate.c441 EFI_DEVICE_PATH_PROTOCOL *SourcePath; in CoreLocateDevicePath() local
454 SourcePath = *DevicePath; in CoreLocateDevicePath()
455 TmpDevicePath = SourcePath; in CoreLocateDevicePath()
467 SourceSize = (UINTN) TmpDevicePath - (UINTN) SourcePath; in CoreLocateDevicePath()
493 if ((Size <= SourceSize) && CompareMem (SourcePath, TmpDevicePath, (UINTN) Size) == 0) { in CoreLocateDevicePath()
529 *DevicePath = (EFI_DEVICE_PATH_PROTOCOL *) (((UINT8 *) SourcePath) + BestMatch); in CoreLocateDevicePath()
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel2CommandsLib/
DMv.c84 IN CONST CHAR16 *SourcePath, in IsValidMove() argument
95 if (Cwd != NULL && StrCmp(SourcePath, Cwd) == 0) { in IsValidMove()
110 ShellPrintHiiEx(-1, -1, NULL, STRING_TOKEN (STR_MV_INV_RO), gShellLevel2HiiHandle, SourcePath); in IsValidMove()
126 ASSERT(SourcePath != NULL); in IsValidMove()
131 if ( StringNoCaseCompare (&DestPathWalker, &SourcePath) == 0 || in IsValidMove()
132 ((StrStr(DestPathWalker, SourcePath) == DestPathWalker) && in IsValidMove()
133 (DestPathWalker[StrLen(SourcePath)] == '\\') in IsValidMove()