Home
last modified time | relevance | path

Searched refs:exe_buf (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/cmd/lms/tools/
H A DATVersion.cpp189 char exe_buf[PATH_MAX]; in GetAppPathByPid() local
193 memset(exe_buf, '\0', PATH_MAX); in GetAppPathByPid()
194 if (-1 == readlink(path, exe_buf, PATH_MAX)) { in GetAppPathByPid()
198 if (NULL != strstr(exe_buf, " (deleted)")) { in GetAppPathByPid()
202 return exe_buf; in GetAppPathByPid()