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

/openjdk10/hotspot/src/share/vm/utilities/
H A Dostream.hpp97 void print_raw(const char* str) { write(str, strlen(str)); } function in class:outputStream
98 void print_raw(const char* str, int len) { write(str, len); } function in class:outputStream

Completed in 37 milliseconds