Searched refs:pathmap_open (Results 1 - 7 of 7) sorted by relevance

/openjdk7/hotspot/agent/src/os/bsd/
H A Dlibproc_impl.h107 int pathmap_open(const char* name);
H A Dlibproc_impl.c48 int pathmap_open(const char* name) { function
168 if ( (newlib->fd = pathmap_open(newlib->name)) < 0) {
H A Dps_core.c340 fd = pathmap_open(classes_jsa);
779 if ((ph->core->interp_fd = pathmap_open(interp_name)) < 0) {
904 lib_fd = pathmap_open(lib_name);
/openjdk7/hotspot/agent/src/os/linux/
H A Dlibproc_impl.h105 int pathmap_open(const char* name);
H A Dlibproc_impl.c48 int pathmap_open(const char* name) { function
169 if ( (newlib->fd = pathmap_open(newlib->name)) < 0) {
H A Dsymtab.c139 int fd = pathmap_open(pathname);
311 fd = pathmap_open(filename);
H A Dps_core.c340 fd = pathmap_open(classes_jsa);
773 if ((ph->core->interp_fd = pathmap_open(interp_name)) < 0) {
897 lib_fd = pathmap_open(lib_name);

Completed in 43 milliseconds