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

/openjdk7/jdk/src/share/native/com/sun/java/util/jar/pack/
H A Dmain.cpp337 const char* source_file = *argp++; local
340 if (source_file == null || destination_file == null || *argp != null) {
347 "Unpacking from %s to %s\n", source_file, destination_file);
351 if (strcmp(source_file, "-") == 0) {
355 u.infileptr = fopen(source_file, "rb");
358 "Error: Could not open input file: %s\n", source_file);
434 remove(source_file);
/openjdk7/hotspot/src/share/vm/runtime/
H A Dreflection.cpp52 const char * source_file = NULL; local
68 source_file = s->as_C_string();
76 if (source_file != NULL) {
77 tty->print("RESOLVE %s %s %s:%d (reflection)\n", from, to, source_file, line_number);
/openjdk7/hotspot/src/share/vm/oops/
H A DconstantPoolOop.cpp160 const char * source_file = NULL; local
168 source_file = s->as_C_string();
174 if (source_file != NULL) {
177 instanceKlass::cast(k())->external_name(), source_file, line_number);
/openjdk7/hotspot/src/share/vm/prims/
H A Djvm.cpp127 const char * source_file = NULL; local
188 source_file = s->as_C_string();
197 if (source_file != NULL) {
198 tty->print("RESOLVE %s %s %s:%d (%s)\n", from, to, source_file, line_number, trace);

Completed in 106 milliseconds