Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel2CommandsLib/
DMv.c232 IN CONST CHAR16 *DestParameter, in GetDestinationLocation() argument
250 if (StrStr(DestParameter, L"\\") == DestParameter) { in GetDestinationLocation()
265 StrnCatGrow(&DestPath, &CurrentSize, &DestParameter[1], 0); in GetDestinationLocation()
273 …ShellOpenFileMetaArg((CHAR16*)DestParameter, EFI_FILE_MODE_WRITE|EFI_FILE_MODE_READ|EFI_FILE_MODE_… in GetDestinationLocation()
278 if (StrStr(DestParameter, L":") == NULL) { in GetDestinationLocation()
285 NewSize += StrSize(DestParameter); in GetDestinationLocation()
292 if (DestPath[StrLen(DestPath)-1] != L'\\' && DestParameter[0] != L'\\') { in GetDestinationLocation()
294 } else if (DestPath[StrLen(DestPath)-1] == L'\\' && DestParameter[0] == L'\\') { in GetDestinationLocation()
297 StrCatS(DestPath, NewSize / sizeof(CHAR16), DestParameter); in GetDestinationLocation()
300 DestPath = StrnCatGrow(&DestPath, NULL, DestParameter, 0); in GetDestinationLocation()
[all …]