Searched refs:aAutoMount (Results 1 - 4 of 4) 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);
76 bool aAutoMount,
85 HRESULT getAutoMount(BOOL *aAutoMount);
H A DConsoleImpl.h541 bool aAutoMount)
544 m_fAutoMount(aAutoMount)
539 SharedFolderData(const Utf8Str &aHostPath, bool aWritable, bool aAutoMount) argument
/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/cbinding/
H A DVBoxCAPI_v4_3.h14443 #define ISharedFolder_get_AutoMount(p, aAutoMount) ((p)->lpVtbl->GetAutoMount(p, aAutoMount))
14444 #define ISharedFolder_GetAutoMount(p, aAutoMount) ((p)->lpVtbl->GetAutoMount(p, aAutoMount))

Completed in 168 milliseconds