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

/openjdk7/hotspot/agent/src/os/bsd/
H A Dps_core.c945 struct ps_prochandle* Pgrab_core(const char* exec_file, const char* core_file) { argument
968 if ((ph->core->core_fd = open(core_file, O_RDONLY)) < 0) {
/openjdk7/hotspot/agent/src/os/linux/
H A Dps_core.c938 struct ps_prochandle* Pgrab_core(const char* exec_file, const char* core_file) { argument
962 if ((ph->core->core_fd = open(core_file, O_RDONLY)) < 0) {

Completed in 28 milliseconds