OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:define_fs_use
(Results
1 - 3
of
3
) sorted by null
/external/selinux/checkpolicy/
policy_define.h
36
int
define_fs_use
(int behavior);
policy_parse.y
738
{if (
define_fs_use
(SECURITY_FS_USE_XATTR)) return -1;}
740
{if (
define_fs_use
(SECURITY_FS_USE_TASK)) return -1;}
742
{if (
define_fs_use
(SECURITY_FS_USE_TRANS)) return -1;}
[
all
...]
policy_define.c
5172
int
define_fs_use
(int behavior)
function
[
all
...]
Completed in 42 milliseconds