Searched refs:class_filename (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/legacy/gcc/gcc/java/
H A Djcf-dump.c805 char* class_filename = find_class (arg, strlen (arg), jcf, 0); variable
806 if (class_filename == NULL)
807 class_filename = find_classfile (arg, jcf, NULL);
808 if (class_filename == NULL)
823 class_filename);
901 fprintf (out, "Reading .class from %s.\n", class_filename);
/haiku-buildtools/gcc/gcc/java/
H A Djcf-dump.c1378 const char *class_filename = find_class (arg, strlen (arg), jcf);
1379 if (class_filename == NULL)
1380 class_filename = find_classfile (arg, jcf, NULL);
1381 if (class_filename == NULL)
1395 class_filename);
1473 fprintf (out, "Reading .class from %s.\n", class_filename);
1375 const char *class_filename = find_class (arg, strlen (arg), jcf); local

Completed in 43 milliseconds