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

/vbox/src/VBox/Installer/linux/install_service/
H A Dgenerate_service_file.cpp208 static bool errorIfSet(const char *pcszName, bool isSet);
280 if (errorIfSet("--format",
290 if (errorIfSet("--command", Parameters.pcszCommand))
299 if (errorIfSet("--arguments",
307 if (errorIfSet("--description",
317 if (errorIfSet("--service-name",
331 if (errorIfSet("--stop-command",
341 if (errorIfSet("--stop-arguments",
349 if (errorIfSet("--status-command",
359 if (errorIfSet("
396 bool errorIfSet(const char *pcszName, bool isSet) function
[all...]

Completed in 53 milliseconds