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

/vbox/src/VBox/Main/include/
H A DSharedFolderImpl.h37 HRESULT init(Machine *aMachine, const Utf8Str &aName, const Utf8Str &aHostPath, bool aWritable, bool aAutoMount, bool fFailOnError);
39 HRESULT init(Console *aConsole, const Utf8Str &aName, const Utf8Str &aHostPath, bool aWritable, bool aAutoMount, bool fFailOnError);
40 // HRESULT init(VirtualBox *aVirtualBox, const Utf8Str &aName, const Utf8Str &aHostPath, bool aWritable, bool aAutoMount, bool fFailOnError);
74 const Utf8Str &aHostPath,
82 HRESULT getHostPath(com::Utf8Str &aHostPath);
H A DConsoleImpl.h333 const com::Utf8Str &aHostPath,
539 SharedFolderData(const Utf8Str &aHostPath, argument
542 : m_strHostPath(aHostPath),
H A DVirtualBoxImpl.h312 const com::Utf8Str &aHostPath,
H A DMachineImpl.h1124 const com::Utf8Str &aHostPath,
/vbox/src/VBox/Main/src-all/
H A DSharedFolderImpl.cpp93 * @param aHostPath full path to the shared folder on the host
102 const Utf8Str &aHostPath,
113 HRESULT rc = i_protectedInit(aMachine, aName, aHostPath, aWritable, aAutoMount, fFailOnError);
165 * @param aHostPath full path to the shared folder on the host
173 const Utf8Str &aHostPath,
184 HRESULT rc = protectedInit(aVirtualBox, aName, aHostPath, aWritable, aAutoMount);
204 * @param aHostPath full path to the shared folder on the host
212 const Utf8Str &aHostPath,
223 HRESULT rc = i_protectedInit(aConsole, aName, aHostPath, aWritable, aAutoMount, fFailOnError);
241 const Utf8Str &aHostPath,
100 init(Machine *aMachine, const Utf8Str &aName, const Utf8Str &aHostPath, bool aWritable, bool aAutoMount, bool fFailOnError) argument
210 init(Console *aConsole, const Utf8Str &aName, const Utf8Str &aHostPath, bool aWritable, bool aAutoMount, bool fFailOnError) argument
239 i_protectedInit(VirtualBoxBase *aParent, const Utf8Str &aName, const Utf8Str &aHostPath, bool aWritable, bool aAutoMount, bool fFailOnError) argument
334 getHostPath(com::Utf8Str &aHostPath) argument
[all...]
/vbox/src/VBox/Main/src-client/
H A DConsoleImpl.cpp2949 HRESULT Console::createSharedFolder(const com::Utf8Str &aName, const com::Utf8Str &aHostPath, BOOL aWritable, BOOL aAutomount) argument
2951 LogFlowThisFunc(("Entering for '%s' -> '%s'\n", aName.c_str(), aHostPath.c_str()));
2979 aHostPath,
3003 rc = i_createSharedFolder(aName, SharedFolderData(aHostPath, !!aWritable, !!aAutomount));
3014 LogFlowThisFunc(("Leaving for '%s' -> '%s'\n", aName.c_str(), aHostPath.c_str()));
7982 * @param aHostPath Shared folder path.
/vbox/src/VBox/Main/src-server/
H A DVirtualBoxImpl.cpp1915 const com::Utf8Str &aHostPath,
1920 NOREF(aHostPath);
1914 createSharedFolder(const com::Utf8Str &aName, const com::Utf8Str &aHostPath, BOOL aWritable, BOOL aAutomount) argument
H A DMachineImpl.cpp5471 HRESULT Machine::createSharedFolder(const com::Utf8Str &aName, const com::Utf8Str &aHostPath, BOOL aWritable, BOOL aAutomount) argument
5488 aHostPath,
/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v4_3.h4278 #define IVirtualBox_CreateSharedFolder(p, aName, aHostPath, aWritable, aAutomount) ((p)->lpVtbl->CreateSharedFolder(p, aName, aHostPath, aWritable, aAutomount))
6802 #define IMachine_CreateSharedFolder(p, aName, aHostPath, aWritable, aAutomount) ((p)->lpVtbl->CreateSharedFolder(p, aName, aHostPath, aWritable, aAutomount))
7434 #define IConsole_CreateSharedFolder(p, aName, aHostPath, aWritable, aAutomount) ((p)->lpVtbl->CreateSharedFolder(p, aName, aHostPath, aWritable, aAutomount))
14437 #define ISharedFolder_get_HostPath(p, aHostPath) ((p)->lpVtbl->GetHostPath(p, aHostPath))
14438 #define ISharedFolder_GetHostPath(p, aHostPath) ((p)->lpVtbl->GetHostPath(p, aHostPath))
[all...]

Completed in 712 milliseconds