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

/openjdk7/hotspot/src/share/vm/utilities/
H A Dostream.cpp362 fileStream::fileStream(const char* file_name, const char* opentype) { argument
363 _file = fopen(file_name, opentype);
443 rotatingFileStream::rotatingFileStream(const char* file_name, const char* opentype) { argument
448 _file = fopen(_file_name, opentype);

Completed in 34 milliseconds