Searched defs:pszDirname (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Additions/common/VBoxGuestLib/
H A DVBoxGuestR3LibDragAndDrop.cpp180 char *pszDirname,
185 AssertPtrReturn(pszDirname, VERR_INVALID_POINTER);
196 Msg.pvName.SetPtr(pszDirname, cbDirname);
179 vbglR3DnDHGProcessSendDirMessage(uint32_t uClientId, char *pszDirname, uint32_t cbDirname, uint32_t *pcbDirnameRecv, uint32_t *pfMode) argument
/vbox/src/VBox/Storage/
H A DVMDK.cpp3221 char *pszDirname = RTStrDup(pImage->pszFilename); local
3222 if (!pszDirname)
3227 RTPathStripFilename(pszDirname);
3228 pszFullname = RTPathJoinA(pszDirname, pExtent->pszBasename);
3229 RTStrFree(pszDirname);
3489 char *pszDirname = RTStrDup(pImage->pszFilename); local
3490 if (!pszDirname)
3492 RTPathStripFilename(pszDirname);
3493 char *pszFullname = RTPathJoinA(pszDirname, pExtent->pszBasename);
3494 RTStrFree(pszDirname);
[all...]

Completed in 56 milliseconds