Home
last modified time | relevance | path

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

/system/core/toolbox/
Dlsof.c46 #define USER_DISPLAY_MAX (10 + 1) macro
50 char user[USER_DISPLAY_MAX];
181 snprintf(info.user, USER_DISPLAY_MAX, "%d", (int)pidstat.st_uid); in lsof_dumpinfo()