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

/vbox/src/VBox/VMM/tools/
H A DVBoxVMMPreload.cpp197 bool fExit = false; local
198 RTEXITCODE rcExit = ParseOptions(argc, argv, &fExit);
199 if (rcExit == RTEXITCODE_SUCCESS && !fExit)
/vbox/src/VBox/HostServices/SharedOpenGL/crserverlib/
H A Dserver_rpw.cpp130 bool fExit = false; local
178 fExit = true;
222 if (fExit || !fNewItems)
237 if (fExit)
/vbox/src/VBox/HostServices/SharedOpenGL/render/
H A Drenderspu_glx.c453 bool fExit = false; local
472 fExit = true;
488 return fExit;
494 bool fExit = false; local
524 fExit = renderspuWinCmdProcess(pWinCmd);
552 } while (!fExit);
/vbox/src/VBox/ValidationKit/utils/TestExecServ/
H A DTestExecService.cpp3432 bool fExit; local
3433 RTEXITCODE rcExit = txsParseArgv(argc, argv, &fExit);
3434 if (rcExit != RTEXITCODE_SUCCESS || fExit)
/vbox/src/bldprogs/
H A DVBoxCPP.cpp5486 bool fExit; local
5487 RTEXITCODE rcExit = vbcppParseOptions(&This, argc, argv, &fExit);
5488 if (!fExit && rcExit == RTEXITCODE_SUCCESS)

Completed in 94 milliseconds