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

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

Completed in 285 milliseconds