Searched defs:path_len (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/solaris/demo/jvmti/hprof/
H A Dhprof_md.c277 md_get_prelude_path(char *path, int path_len, char *filename) argument
320 (void)snprintf(path, path_len, "%s/%s", libdir, filename);
/openjdk7/jdk/src/windows/demo/jvmti/hprof/
H A Dhprof_md.c245 md_get_prelude_path(char *path, int path_len, char *filename) argument
261 (void)md_snprintf(path, path_len, "%s\\lib\\%s", libdir, filename);

Completed in 28 milliseconds