Searched defs:file_error (Results 1 - 1 of 1) sorted by relevance
| /openjdk7/hotspot/src/share/vm/adlc/ |
| H A D | filebuff.cpp | 35 file_error(SEMERR, 0, "File seek error reading input file"); 42 file_error(SEMERR, 0, "File seek error reading input file\n"); 50 file_error(SEMERR, 0, "Buffer allocation failed\n"); 62 file_error(SEMERR, 0, "File read error, no input read\n"); 286 //------------------------------file_error------------------------------------- 287 void FileBuff::file_error(int flag, int linenum, const char *fmt, ...) function in class:FileBuff
|
Completed in 148 milliseconds