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

/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Dhprof_init.c551 gdata->utf8_output_filename = HPROF_MALLOC((int)strlen(suboption)+1);
552 (void)strcpy(gdata->utf8_output_filename, suboption);
738 gdata->utf8_output_filename = HPROF_MALLOC((int)strlen(default_filename)+1);
739 (void)strcpy(gdata->utf8_output_filename, default_filename);
742 if ( gdata->utf8_output_filename != NULL ) {
744 ulen = (int)strlen(gdata->utf8_output_filename);
747 (void)strcpy(gdata->output_filename, gdata->utf8_output_filename);
750 (gdata->npt->utf, (jbyte*)gdata->utf8_output_filename, ulen,
2097 if ( gdata->utf8_output_filename != NULL ) {
2098 HPROF_FREE(gdata->utf8_output_filename);
[all...]
H A Dhprof.h222 char * utf8_output_filename;/* file=filename */ member in struct:__anon533

Completed in 45 milliseconds