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

/vbox/src/VBox/Main/src-all/
H A DSharedFolderImpl.cpp94 * @param aWritable writable if true, readonly otherwise
103 bool aWritable,
113 HRESULT rc = i_protectedInit(aMachine, aName, aHostPath, aWritable, aAutoMount, fFailOnError);
166 * @param aWritable writable if true, readonly otherwise
174 bool aWritable,
184 HRESULT rc = protectedInit(aVirtualBox, aName, aHostPath, aWritable, aAutoMount);
205 * @param aWritable writable if true, readonly otherwise
213 bool aWritable,
223 HRESULT rc = i_protectedInit(aConsole, aName, aHostPath, aWritable, aAutoMount, fFailOnError);
242 bool aWritable,
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
372 getWritable(BOOL *aWritable) argument
[all...]
/vbox/src/VBox/Main/include/
H A DConsoleImpl.h334 BOOL aWritable,
540 bool aWritable,
543 m_fWritable(aWritable),
539 SharedFolderData(const Utf8Str &aHostPath, bool aWritable, bool aAutoMount) argument
/vbox/src/libs/xpcom18a4/xpcom/ds/
H A DnsVariant.cpp1870 NS_IMETHODIMP nsVariant::GetWritable(PRBool *aWritable) argument
1872 *aWritable = mWritable;
1875 NS_IMETHODIMP nsVariant::SetWritable(PRBool aWritable) argument
1877 if(!mWritable && aWritable)
1879 mWritable = aWritable;
/vbox/src/VBox/Main/src-server/
H A DVirtualBoxImpl.cpp1916 BOOL aWritable,
1921 NOREF(aWritable);
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
5489 !!aWritable,
/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
2980 !!aWritable,
3003 rc = i_createSharedFolder(aName, SharedFolderData(aHostPath, !!aWritable, !!aAutomount));

Completed in 1040 milliseconds