Searched refs:md_creat (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Dhprof_md.h52 int md_creat(const char *filename);
H A Dhprof_init.c799 gdata->check_fd = md_creat(gdata->checkfilename);
806 gdata->heap_fd = md_creat(gdata->heapfilename);
842 gdata->fd = md_creat(gdata->output_filename);
/openjdk7/jdk/src/solaris/demo/jvmti/hprof/
H A Dhprof_md.c167 md_creat(const char *filename) function
176 return md_creat(filename);
/openjdk7/jdk/src/windows/demo/jvmti/hprof/
H A Dhprof_md.c132 md_creat(const char *filename) function

Completed in 5272 milliseconds