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

/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_proc.c111 static const char PT_CORE_PATH[] = "core"; /* Default core file */ variable
5282 access(PT_CORE_PATH, F_OK) == 0)
5283 core_path = PT_CORE_PATH;

Completed in 110 milliseconds