HomeSort by relevance Sort by last modified time
    Searched refs:PROC_BASE (Results 1 - 2 of 2) sorted by null

  /external/selinux/policycoreutils/sestatus/
sestatus.c 21 #define PROC_BASE "/proc"
46 sprintf(filename, "%s/%d/exe", PROC_BASE, pid);
68 if (!(dir = opendir(PROC_BASE))) {
69 perror(PROC_BASE);
  /external/selinux/sandbox/
seunshare.c 549 #define PROC_BASE "/proc"
562 if (!(dir = opendir(PROC_BASE))) {

Completed in 778 milliseconds