Searched defs:FullName (Results 1 - 7 of 7) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellLevel2CommandsLib/
H A DMv.c22 FullName, that the Current working Directory is not being moved, and that
27 @param FullName [in] The name of the file to move.
38 IN CONST CHAR16 *FullName,
49 if (Cwd != NULL && StrCmp(FullName, Cwd) == 0) {
67 ASSERT(FullName != NULL);
68 if (StrStr(FullName, TestWalker) != 0) {
69 TempLen = StrLen(FullName);
70 if (StrStr(FullName, TestWalker) != FullName // not the first items... (could below it)
72 && StrStr(FullName
37 IsValidMove( IN CONST CHAR16 *FullName, IN CONST CHAR16 *Cwd, IN CONST CHAR16 *DestPath, IN CONST UINT64 Attribute ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Include/Protocol/
H A DEfiShell.h31 CONST CHAR16 *FullName; ///< Fully qualified filename. member in struct:__anon12769
H A DEfiShellEnvironment2.h88 CHAR16 *FullName; ///< Path and file name for this file. member in struct:__anon12770
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Application/Shell/
H A DShellProtocol.c1638 if (FileListNode->FullName != NULL) {
1639 FreePool((VOID*)FileListNode->FullName);
1712 (CHAR16*)ShellFileListItem->FullName,
1713 (CHAR16*)ShellFileListItem2->FullName) == 0
1744 NewNode->FullName = AllocateZeroPool(StrSize(Node->FullName));
1748 if ( NewNode->FullName == NULL
1759 StrCpy((CHAR16*)NewNode->FullName, Node->FullName);
1772 @param[in] FullName FullNam
1782 CreateAndPopulateShellFileInfo( IN CONST CHAR16 *BasePath, IN CONST EFI_STATUS Status, IN CONST CHAR16 *FullName, IN CONST CHAR16 *FileName, IN CONST SHELL_FILE_HANDLE Handle, IN CONST EFI_FILE_INFO *Info ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellLib/
H A DUefiShellLib.c1308 CHAR16 *FullName; member in struct:__anon12892
1363 ASSERT(OldInfo->FullName != NULL);
1388 NewInfo->FullName = AllocateZeroPool(StrSize(OldInfo->FullName));
1395 if (NULL == NewInfo->FullName || NewInfo->FileName == NULL || NewInfo->Info == NULL) {
1404 StrCpy(NewInfo->FullName, OldInfo->FullName);
1565 FreePool(((EFI_SHELL_FILE_INFO_NO_CONST*)Node)->FullName);
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dwincrypt.h506 CERT_ALT_NAME_INFO FullName; member in union:_CRL_DIST_POINT_NAME::__anon13925
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dwincrypt.h506 CERT_ALT_NAME_INFO FullName; member in union:_CRL_DIST_POINT_NAME::__anon1270

Completed in 101 milliseconds