Searched refs:aValue (Results 51 - 52 of 52) sorted by relevance

123

/vbox/src/VBox/Main/src-client/
H A DConsoleImpl.cpp5705 HRESULT Console::i_getGuestProperty(const Utf8Str &aName, Utf8Str *aValue, LONG64 *aTimestamp, Utf8Str *aFlags) argument
5710 if (!RT_VALID_PTR(aValue))
5757 *aValue = szBuffer;
5769 *aValue = "";
5789 HRESULT Console::i_setGuestProperty(const Utf8Str &aName, const Utf8Str &aValue, const Utf8Str &aFlags) argument
5815 parm[1].u.pointer.addr = (void *)aValue.c_str();
5816 parm[1].u.pointer.size = (uint32_t)aValue.length() + 1; /* The + 1 is the null terminator */
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Djaxb-xjc.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/com. ...

Completed in 69 milliseconds

123