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

/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageInfo.cpp2231 * Shared folders
2234 RTPrintf("Shared folders: ");
2237 /* globally shared folders first */
2254 com::SafeIfaceArray <ISharedFolder> folders; local
2256 CHECK_ERROR_RET(machine, COMGETTER(SharedFolders)(ComSafeArrayAsOutParam(folders)), rc);
2258 for (size_t i = 0; i < folders.size(); ++i)
2260 ComPtr<ISharedFolder> sf = folders[i];
2285 com::SafeIfaceArray <ISharedFolder> folders; local
2287 CHECK_ERROR_RET(pConsole, COMGETTER(SharedFolders)(ComSafeArrayAsOutParam(folders)), rc);
2289 for (size_t i = 0; i < folders
[all...]
/vbox/src/VBox/Main/src-client/
H A DConsoleImpl.cpp2985 /* If the VM is online and supports shared folders, share this folder
3052 /* if the VM is online and supports shared folders, UNshare this
7059 /* Read console data, including console shared folders, stored in the
7066 /* Check all types of shared folders and compose a single list */
7069 /* first, insert global folders */
7078 /* second, insert machine folders */
7087 /* third, insert console folders */
7773 * in the collection of shared folders.
7807 * Fetches the list of global or machine shared folders from the server.
7809 * @param aGlobal true to fetch global folders
7844 SafeIfaceArray<ISharedFolder> folders; local
[all...]

Completed in 70 milliseconds