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

  /external/libselinux/src/
init.c 42 rc = statfs(SELINUXMNT, &sfbuf);
46 selinux_mnt = strdup(SELINUXMNT);
  /external/libselinux/include/selinux/
selinux.h 288 #define SELINUXMNT "/selinux"
  /system/core/init/
init.c 778 mkdir(SELINUXMNT, 0755);
779 if (mount("selinuxfs", SELINUXMNT, "selinuxfs", 0, NULL)) {
788 set_selinuxmnt(SELINUXMNT);

Completed in 3948 milliseconds