Searched refs:pszMountPoint (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Additions/common/VBoxService/
H A DVBoxServiceAutoMount.cpp106 char *pszMountPoint, size_t cbMountPoint)
109 AssertPtrReturn(pszMountPoint, VERR_INVALID_PARAMETER);
129 fMounted = RTStrPrintf(pszMountPoint, cbMountPoint, "%s", mntTab.mnt_mountp)
148 fMounted = RTStrPrintf(pszMountPoint, cbMountPoint, "%s", pMntEnt->mnt_dir)
158 pszShare, fMounted ? pszMountPoint : "<None>", fMounted ? "Yes" : "No");
163 static int VBoxServiceAutoMountUnmount(const char *pszMountPoint) argument
165 AssertPtrReturn(pszMountPoint, VERR_INVALID_PARAMETER);
172 r = umount(pszMountPoint);
183 static int VBoxServiceAutoMountPrepareMountPoint(const char *pszMountPoint, const char *pszShareName, argument
187 AssertPtrReturn(pszMountPoint, VERR_INVALID_PARAMETE
105 VBoxServiceAutoMountShareIsMounted(const char *pszShare, char *pszMountPoint, size_t cbMountPoint) argument
221 VBoxServiceAutoMountSharedFolder(const char *pszShareName, const char *pszMountPoint, vbsf_mount_opts *pOpts) argument
[all...]
/vbox/include/iprt/
H A Dcdrom.h94 * @param pszMountPoint Where to return the mount point.
97 RTDECL(int) RTCdromQueryMountPoint(RTCDROM hCdrom, char *pszMountPoint, size_t cbMountPoint);
H A Dvfs.h114 RTDECL(int) RTVfsAttach(RTVFS hVfs, const char *pszMountPoint, uint32_t fFlags, RTVFS hVfsAttach);
115 RTDECL(int) RTVfsDetach(RTVFS hVfs, const char *pszMountPoint, RTVFS hVfsToDetach, PRTVFS *phVfsDetached);
118 char *pszMountPoint, size_t cbMountPoint);
/vbox/src/VBox/Runtime/generic/
H A Dcdrom-generic.cpp56 RTDECL(int) RTCdromQueryMountPoint(RTCDROM hCdrom, char *pszMountPoint, size_t cbMountPoint) argument

Completed in 46 milliseconds