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

/vbox/src/VBox/Main/src-all/
H A DSharedFolderImpl.cpp96 * @param fFailOnError Whether to fail with an error if the shared folder path is bad.
105 bool fFailOnError)
113 HRESULT rc = i_protectedInit(aMachine, aName, aHostPath, aWritable, aAutoMount, fFailOnError);
147 false /* fFailOnError */ );
167 * @param fFailOnError Whether to fail with an error if the shared folder path is bad.
176 bool fFailOnError)
206 * @param fFailOnError Whether to fail with an error if the shared folder path is bad.
215 bool fFailOnError)
223 HRESULT rc = i_protectedInit(aConsole, aName, aHostPath, aWritable, aAutoMount, fFailOnError);
244 bool fFailOnError)
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
[all...]

Completed in 77 milliseconds