Searched refs:aWritable (Results 1 - 11 of 11) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/tests/StringFactoringTests/
H A Dtest_main.cpp225 test_SetLength( basic_nsAString<CharT>& aWritable )
229 string_class_traits<CharT>::implementation_t oldValue(aWritable);
232 size_t oldLength = aWritable.Length();
234 if ( oldValue != Substring(aWritable, 0, oldLength) )
242 aWritable.SetLength(newLength);
243 if ( aWritable.Length() != newLength )
249 if ( oldValue != Substring(aWritable, 0, oldLength) )
255 aWritable.SetLength(oldLength);
256 if ( aWritable.Length() != oldLength )
262 if ( oldValue != Substring(aWritable,
[all...]
/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);
75 bool aWritable,
84 HRESULT getWritable(BOOL *aWritable);
H A DConsoleImpl.h334 BOOL aWritable,
540 bool aWritable,
543 m_fWritable(aWritable),
539 SharedFolderData(const Utf8Str &aHostPath, bool aWritable, bool aAutoMount) argument
H A DVirtualBoxImpl.h313 BOOL aWritable,
H A DMachineImpl.h1125 BOOL aWritable,
/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/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));
/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v4_3.h4278 #define IVirtualBox_CreateSharedFolder(p, aName, aHostPath, aWritable, aAutomount) ((p)->lpVtbl->CreateSharedFolder(p, aName, aHostPath, aWritable, aAutomount))
6802 #define IMachine_CreateSharedFolder(p, aName, aHostPath, aWritable, aAutomount) ((p)->lpVtbl->CreateSharedFolder(p, aName, aHostPath, aWritable, aAutomount))
7434 #define IConsole_CreateSharedFolder(p, aName, aHostPath, aWritable, aAutomount) ((p)->lpVtbl->CreateSharedFolder(p, aName, aHostPath, aWritable, aAutomount))
14441 #define ISharedFolder_get_Writable(p, aWritable) ((p)->lpVtbl->GetWritable(p, aWritable))
14442 #define ISharedFolder_GetWritable(p, aWritable) ((p)->lpVtbl->GetWritable(p, aWritable))
[all...]

Completed in 272 milliseconds