Searched defs:DestPath (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellLevel2CommandsLib/
H A DCp.c236 CHAR16 *DestPath; local
249 DestPath = NULL;
312 DestPath = AllocateZeroPool(PathLen);
314 if (DestPath == NULL || HiiOutput == NULL || HiiResultOk == NULL) {
315 SHELL_FREE_NON_NULL(DestPath);
348 StrCpy(DestPath, Cwd);
349 if (DestPath[StrLen(DestPath)-1] != L'\\' && DestDir[0] != L'\\') {
350 StrCat(DestPath, L"\\");
351 } else if (DestPath[StrLe
[all...]
H A DMv.c19 location (DestPath) is valid.
29 @param DestPath [in] The target location to move to
40 IN CONST CHAR16 *DestPath,
57 Test = StrnCatGrow(&Test, NULL, DestPath, 0);
82 if (StrStr(DestPath, FullName) != 0 && StrStr(DestPath, FullName) != DestPath) {
97 Test1 = StrStr(DestPath, L":");
101 Result = StringNoCaseCompare(&FullName, &DestPath);
139 CHAR16 *DestPath; local
37 IsValidMove( IN CONST CHAR16 *FullName, IN CONST CHAR16 *Cwd, IN CONST CHAR16 *DestPath, IN CONST UINT64 Attribute ) argument
254 CHAR16 *DestPath; local
[all...]
/vbox/src/VBox/Additions/WINNT/SharedFolders/driver/
H A Dpath.c877 PSHFLSTRING SrcPath = 0, DestPath = 0; local
893 Status = vbsfShflStringFromUnicodeAlloc(&DestPath, RenameInformation->FileName, (uint16_t)RenameInformation->FileNameLength);
898 DestPath->u16Length / sizeof(WCHAR), &DestPath->String.ucs2[0]));
904 vbsfFreeNonPagedMem(DestPath);
917 vboxRC = vboxCallRename(&pDeviceExtension->hgcmClient, &pNetRootExtension->map, SrcPath, DestPath, flags);
920 vbsfFreeNonPagedMem(DestPath);

Completed in 34 milliseconds