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

/vbox/src/VBox/Frontends/VBoxHeadless/
H A DVBoxHeadless.cpp193 Utf8Str utf8Value = strValue; local
195 utf8Key.c_str(), utf8Value.c_str()));
200 utf8Value.equals("true") ? "are no" : "are"));
225 if ( utf8Value == "true"
228 || utf8Value.isEmpty())
234 else if (utf8Value == "false")
239 else if (utf8Value.isEmpty())
243 utf8Value.c_str(), mfNoLoggedInUsers, fDropConnection));

Completed in 44 milliseconds