Searched refs:ErrorCodeToString (Results 1 - 4 of 4) sorted by relevance

/haiku/src/apps/icon-o-matic/import_export/
H A DExporter.h44 virtual const char* ErrorCodeToString(status_t code) function in class:Exporter
H A DExporter.cpp113 helper << "\n\n" << ErrorCodeToString(ret);
/haiku/src/apps/icon-o-matic/import_export/flat_icon/
H A DFlatIconExporter.h68 virtual const char* ErrorCodeToString(status_t code);
H A DFlatIconExporter.cpp101 FlatIconExporter::ErrorCodeToString(status_t code) function in class:FlatIconExporter
123 return Exporter::ErrorCodeToString(code);

Completed in 86 milliseconds