OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SELINUXFS
(Results
1 - 2
of
2
) sorted by null
/external/libselinux/src/
policy.h
12
/*
selinuxfs
magic number */
15
/* Preferred
selinuxfs
mount point directory paths. */
19
/*
selinuxfs
filesystem type string. */
20
#define
SELINUXFS
"
selinuxfs
"
22
/*
selinuxfs
mount point determined at runtime */
android.c
878
rc = mount(
SELINUXFS
, mnt,
SELINUXFS
, 0, NULL);
893
rc = mount(
SELINUXFS
, mnt,
SELINUXFS
, 0, NULL);
897
selinux_log(SELINUX_ERROR,"SELinux: Could not mount
selinuxfs
: %s\n",
Completed in 34 milliseconds