OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:matchpathcon
(Results
1 - 2
of
2
) sorted by null
/external/selinux/libselinux/src/
matchpathcon.c
409
int
matchpathcon
(const char *path, mode_t mode, char ** con)
function
432
int i =
matchpathcon
(name, mode, con);
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/selinux/
__init__.py
83
status, context =
matchpathcon
(path, mode)
87
status, context =
matchpathcon
(path, mode)
1092
def
matchpathcon
(*args):
function
1094
matchpathcon
= _selinux.
matchpathcon
variable
[
all
...]
Completed in 61 milliseconds