OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getfilecon_raw
(Results
1 - 2
of
2
) sorted by null
/external/selinux/libselinux/src/
getfilecon.c
10
int
getfilecon_raw
(const char *path, char ** context)
function
52
hidden_def(
getfilecon_raw
)
61
ret =
getfilecon_raw
(path, &rcontext);
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/selinux/
__init__.py
700
def
getfilecon_raw
(*args):
function
701
return _selinux.
getfilecon_raw
(*args)
702
getfilecon_raw
= _selinux.
getfilecon_raw
variable
[
all
...]
Completed in 125 milliseconds