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

/vbox/src/VBox/Additions/common/VBoxService/
H A DVBoxServiceVMInfo-win.cpp719 bool fFoundUser = false; local
830 fFoundUser = true;
856 fFoundUser = true;
866 pUserInfo->wszUser, fFoundUser ? "is" : "is not");
869 if (fFoundUser)
873 return fFoundUser;
1105 bool fFoundUser = false;
1143 fFoundUser = true;
1148 if (!fFoundUser)

Completed in 34 milliseconds