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

/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Dhprof_init.c323 (void)remove(gdata->output_filename);
743 /* UTF-8 to platform encoding (fill in gdata->output_filename) */
745 gdata->output_filename = (char*)HPROF_MALLOC(ulen*3+3);
747 (void)strcpy(gdata->output_filename, gdata->utf8_output_filename);
751 gdata->output_filename, ulen*3+3);
778 base = gdata->output_filename;
834 make_unique_filename(&(gdata->output_filename));
837 (void)remove(gdata->output_filename);
840 gdata->fd = md_creat_binary(gdata->output_filename);
842 gdata->fd = md_creat(gdata->output_filename);
[all...]
H A Dhprof.h265 char *output_filename; /* file=filename */ member in struct:__anon533

Completed in 46 milliseconds