Home
last modified time | relevance | path

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

/system/core/toolbox/
Dlsof.c170 struct stat pidstat; in lsof_dumpinfo() local
178 if (!stat(info.path, &pidstat)) { in lsof_dumpinfo()
179 pw = getpwuid(pidstat.st_uid); in lsof_dumpinfo()
183 snprintf(info.user, USER_DISPLAY_MAX, "%d", (int)pidstat.st_uid); in lsof_dumpinfo()