OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:lgetfilecon
(Results
1 - 3
of
3
) sorted by null
/external/libselinux/src/
lgetfilecon.c
10
int
lgetfilecon
(const char *path, char ** context)
function
/external/toybox/lib/
lsm.h
13
#define
lgetfilecon
(...) (-1)
macro
107
else return
lgetfilecon
(filename, context);
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/selinux/
__init__.py
91
status, oldcontext =
lgetfilecon
(path)
704
def
lgetfilecon
(*args):
function
705
return _selinux.
lgetfilecon
(*args)
706
lgetfilecon
= _selinux.
lgetfilecon
variable
[
all
...]
Completed in 195 milliseconds