Home
last modified time | relevance | path

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

/external/ltp/tools/top-LTP/proc/
Dreadproc.c391 security_id_t secsid; in readproc() local
423 if (stat_secure(path, &sb, &secsid) == -1) /* no such dirent (anymore) */ in readproc()
437 p->secsid = secsid; in readproc()
515 security_id_t secsid; in ps_readproc() local
540 if (stat_secure(path, &sb, &secsid) == -1) /* no such dirent (anymore) */ in ps_readproc()
551 p->secsid = secsid; in ps_readproc()
Dreadproc.h138 security_id_t secsid; member