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

/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Dhprof_init.c793 gdata->checkfilename =
796 (void)strcpy(gdata->checkfilename, default_filename);
797 (void)strcat(gdata->checkfilename, check_suffix);
798 (void)remove(gdata->checkfilename);
799 gdata->check_fd = md_creat(gdata->checkfilename);
2106 if ( gdata->checkfilename != NULL ) {
2107 HPROF_FREE(gdata->checkfilename);
H A Dhprof.h269 char *checkfilename; member in struct:__anon533

Completed in 36 milliseconds