Home
last modified time | relevance | path

Searched refs:print_indented (Results 1 – 1 of 1) sorted by relevance

/haiku/src/tools/restest/
H A Drestest.cpp60 print_indented(const char* str, uint32 chars, bool indentFirst = true) in print_indented() function
86 print_indented(const char* indentStr, const char* str) in print_indented() function
90 print_indented(str, chars, false); in print_indented()
212 print_indented(" Warning: ", warning); in test_file()
220 print_indented(" Error: ", description); in test_file()
222 print_indented(" ", strerror(error)); in test_file()
224 print_indented(" Error: ", strerror(error)); in test_file()