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

/vbox/src/VBox/Additions/common/VBoxService/
H A DVBoxServiceToolBox.cpp978 static void toolboxRmReport(const char *pcszMessage, const char *pcszFile, function
1085 toolboxRmReport("No files or directories specified.\n", NULL, true, 0,
1098 toolboxRmReport("Cannot remove directory '%s' as the '-R' option was not specified.\n",
1105 toolboxRmReport("", argv[i], RT_SUCCESS(rc2), rc2,
1107 toolboxRmReport("The following error occurred while removing directory '%s': %Rrc.\n",
1115 toolboxRmReport("", argv[i], RT_SUCCESS(rc2), rc2,
1117 toolboxRmReport("The following error occurred while removing file '%s': %Rrc.\n",
1122 toolboxRmReport("File '%s' does not exist.\n", argv[i],

Completed in 35 milliseconds