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

/vbox/src/VBox/Main/src-all/
H A DSharedFolderImpl.cpp95 * @param aAutoMount if auto mounted by guest true, false otherwise
104 bool aAutoMount,
113 HRESULT rc = i_protectedInit(aMachine, aName, aHostPath, aWritable, aAutoMount, fFailOnError);
175 bool aAutoMount,
184 HRESULT rc = protectedInit(aVirtualBox, aName, aHostPath, aWritable, aAutoMount);
214 bool aAutoMount,
223 HRESULT rc = i_protectedInit(aConsole, aName, aHostPath, aWritable, aAutoMount, fFailOnError);
243 bool aAutoMount,
246 LogFlowThisFunc(("aName={%s}, aHostPath={%s}, aWritable={%d}, aAutoMount={%d}\n",
247 aName.c_str(), aHostPath.c_str(), aWritable, aAutoMount));
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
381 getAutoMount(BOOL *aAutoMount) argument
[all...]
/vbox/src/VBox/Main/include/
H A DConsoleImpl.h541 bool aAutoMount)
544 m_fAutoMount(aAutoMount)
539 SharedFolderData(const Utf8Str &aHostPath, bool aWritable, bool aAutoMount) argument

Completed in 62 milliseconds