HomeSort by relevance Sort by last modified time
    Searched full:pidstat (Results 1 - 1 of 1) sorted by null

  /system/core/toolbox/
lsof.c 170 struct stat pidstat; local
178 if (!stat(info.path, &pidstat)) {
179 pw = getpwuid(pidstat.st_uid);
184 snprintf(info.user, USER_DISPLAY_MAX, "%d", (int)pidstat.st_uid);

Completed in 36 milliseconds