Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel2CommandsLib/
DMv.c404 OUT CHAR16 **FullDestPath, in CreateFullDestPath() argument
409 if (FullDestPath == NULL || FileName == NULL || DestPath == NULL || *DestPath == NULL){ in CreateFullDestPath()
415 *FullDestPath = AllocateZeroPool(Size); in CreateFullDestPath()
416 if (*FullDestPath == NULL){ in CreateFullDestPath()
420 StrCpyS(*FullDestPath, Size / sizeof(CHAR16), *DestPath); in CreateFullDestPath()
421 if ((*FullDestPath)[StrLen(*FullDestPath)-1] != L'\\' && FileName[0] != L'\\') { in CreateFullDestPath()
422 StrCatS(*FullDestPath, Size / sizeof(CHAR16), L"\\"); in CreateFullDestPath()
424 StrCatS(*FullDestPath, Size / sizeof(CHAR16), FileName); in CreateFullDestPath()
530 CHAR16 *FullDestPath; in ValidateAndMoveFiles() local
543 FullDestPath = NULL; in ValidateAndMoveFiles()
[all …]