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

/vbox/src/VBox/Additions/x11/VBoxClient/
H A Dmain.cpp240 void vboxClientUsage(const char *pcszFileName) argument
250 "--seamless [-d|--nodaemon]\n", pcszFileName);
275 const char *pcszFileName, *pcszStage; local
286 pcszFileName = RTPathFilename(argv[0]);
287 if (!pcszFileName)
288 pcszFileName = "VBoxClient";
305 pcszFileName, rc);
346 vboxClientUsage(pcszFileName);
351 RTPrintf("%s: unrecognized option `%s'\n", pcszFileName, argv[i]);
352 RTPrintf("Try `%s --help' for more information\n", pcszFileName);
[all...]
/vbox/src/VBox/Installer/linux/install_service/
H A Dgenerate_service_file.cpp587 const char *pcszFileName = RTPathFilename(pParameters->pcszCommand); local
589 char *pszName = RTStrDupN(pcszFileName,
591 ? pcszSuffix - pcszFileName

Completed in 45 milliseconds