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

/vbox/src/VBox/Additions/common/VBoxService/
H A DVBoxServiceAutoMount.cpp227 char szAlreadyMountedTo[RTPATH_MAX]; local
231 if (VBoxServiceAutoMountShareIsMounted(pszShareName, szAlreadyMountedTo, sizeof(szAlreadyMountedTo)))
235 if (RTStrICmp(pszMountPoint, szAlreadyMountedTo))
238 pszShareName, szAlreadyMountedTo);
239 rc = VBoxServiceAutoMountUnmount(szAlreadyMountedTo);
242 szAlreadyMountedTo, strerror(errno), errno);
248 pszShareName, szAlreadyMountedTo);

Completed in 43 milliseconds