Searched refs:aMode (Results 1 - 13 of 13) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/io/
H A DnsStreamUtils.h106 nsAsyncCopyMode aMode = NS_ASYNCCOPY_VIA_READSEGMENTS,
/vbox/src/VBox/Frontends/VirtualBox/src/widgets/
H A DVBoxFilePathSelectorWidget.h54 void setMode (Mode aMode);
142 void setMode (VBoxFilePathSelectorWidget::Mode aMode);
H A DVBoxFilePathSelectorWidget.cpp115 void VBoxFilePathSelectorWidget::setMode (Mode aMode) argument
117 mMode = aMode;
591 void VBoxEmptyFileSelector::setMode (VBoxFilePathSelectorWidget::Mode aMode) argument
593 mMode = aMode;
/vbox/src/VBox/Main/include/
H A DMatching.h103 Mode aMode) = 0;
196 Mode aMode)
219 switch (aMode)
195 parseValue(const char *aFilter, size_t aStart, size_t aEnd, Mode aMode) argument
H A DGuestSessionImpl.h290 ULONG aMode,
293 ULONG aMode,
321 ULONG aMode,
H A DMachineImpl.h1184 CloneMode_T aMode,
/vbox/src/VBox/Frontends/VirtualBox/src/globals/
H A DVBoxGlobal.h331 static QString formatSize (quint64 aSize, uint aDecimal = 2, FormatSize aMode = FormatSize_Round);
H A DVBoxGlobal.cpp2777 * The @a aMode and @a aDecimal parameters are used for rounding the resulting
2780 * <li>When \a aMode is FormatSize_Round, the result is rounded to the
2783 * <li>When \a aMode is FormatSize_RoundDown, the result is rounded to the
2789 * <li>When \a aMode is FormatSize_RoundUp, the result is rounded to the
2798 * @param aMode Conversion mode.
2804 FormatSize aMode /* = FormatSize_Round */)
2852 if (aMode == FormatSize_RoundDown)
2855 else if (aMode == FormatSize_RoundUp)
/vbox/src/VBox/Main/src-client/
H A DGuestSessionImpl.cpp2514 HRESULT GuestSession::directoryCreate(const com::Utf8Str &aPath, ULONG aMode, argument
2539 int rc = i_directoryCreateInternal(aPath, (uint32_t)aMode, fFlags, &guestRc);
2567 HRESULT GuestSession::directoryCreateTemp(const com::Utf8Str &aTemplateName, ULONG aMode, const com::Utf8Str &aPath, argument
2995 HRESULT GuestSession::fileCreateTemp(const com::Utf8Str &aTemplateName, ULONG aMode, const com::Utf8Str &aPath, BOOL aSecure, argument
/vbox/include/iprt/cpp/
H A Dxml.h250 * Opens a file with the given name in the given mode. If @a aMode is Read
251 * or ReadWrite, the file must exist. If @a aMode is Write, the file must
254 * @param aMode File mode.
258 File(Mode aMode, const char *aFileName, bool aFlushIt = false);
/vbox/src/VBox/Runtime/r3/
H A Dxml.cpp181 File::File(Mode aMode, const char *aFileName, bool aFlushIt /* = false */) argument
189 switch (aMode)
/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v4_3.h6824 #define IMachine_CloneTo(p, aTarget, aMode, aOptions, aProgress) ((p)->lpVtbl->CloneTo(p, aTarget, aMode, aOptions, aProgress))
9312 #define IGuestSession_DirectoryCreate(p, aPath, aMode, aFlags) ((p)->lpVtbl->DirectoryCreate(p, aPath, aMode, aFlags))
9313 #define IGuestSession_DirectoryCreateTemp(p, aTemplateName, aMode, aPath, aSecure, aDirectory) ((p)->lpVtbl->DirectoryCreateTemp(p, aTemplateName, aMode, aPath, aSecure, aDirectory))
9325 #define IGuestSession_FileCreateTemp(p, aTemplateName, aMode, aPath, aSecure, aFile) ((p)->lpVtbl->FileCreateTemp(p, aTemplateName, aMode, aPath, aSecure, aFile))
18053 #define IGuestMouseEvent_get_Mode(p, aMode) ((p)->lpVtbl->GetMode(p, aMode))
[all...]
/vbox/src/VBox/Main/src-server/
H A DMachineImpl.cpp7066 HRESULT Machine::cloneTo(const ComPtr<IMachine> &aTarget, CloneMode_T aMode, const std::vector<CloneOptions_T> &aOptions, argument
7087 if (aMode != CloneMode_MachineState)
7093 MachineCloneVM *pWorker = new MachineCloneVM(this, static_cast<Machine*>(pTarget), aMode, optList);

Completed in 9642 milliseconds