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

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

Completed in 48 milliseconds