Home
last modified time | relevance | path

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

/external/selinux/policycoreutils/sestatus/
Dsestatus.c22 #define PROC_BASE "/proc" macro
47 sprintf(filename, "%s/%d/exe", PROC_BASE, pid); in cmp_cmdline()
70 if (!(dir = opendir(PROC_BASE))) { in pidof()
71 perror(PROC_BASE); in pidof()
/external/selinux/sandbox/
Dseunshare.c549 #define PROC_BASE "/proc" macro
562 if (!(dir = opendir(PROC_BASE))) { in killall()