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

/vbox/src/VBox/Runtime/r3/solaris/
H A Dcoredumper-solaris.cpp1216 char szLpsInfoPath[PATH_MAX]; local
1217 RTStrPrintf(szLpsInfoPath, sizeof(szLpsInfoPath), "/proc/%d/lpsinfo", (int)pSolProc->Process);
1220 int fd = open(szLpsInfoPath, O_RDONLY);

Completed in 48 milliseconds