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

/openjdk7/hotspot/src/share/vm/compiler/
H A DcompileLog.cpp210 const char* partial_file = log->file(); local
211 int partial_fd = open(partial_file, O_RDONLY);
285 unlink(partial_file);

Completed in 29 milliseconds