Searched defs:aHostPath (Results 1 - 5 of 5) sorted by relevance

/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/include/
H A DConsoleImpl.h333 const com::Utf8Str &aHostPath,
539 SharedFolderData(const Utf8Str &aHostPath, argument
542 : m_strHostPath(aHostPath),
/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/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.

Completed in 107 milliseconds