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

/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
/vbox/src/VBox/Frontends/VirtualBox/src/widgets/
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/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/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/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 653 milliseconds