OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lgetfilecon
(Results
1 - 7
of
7
) sorted by null
/external/libselinux/src/
lgetfilecon.c
10
int
lgetfilecon
(const char *path, security_context_t * context)
function
android.c
671
if (
lgetfilecon
(pathname, &oldcontext) < 0)
718
if (
lgetfilecon
(pathname, ¤t_context) < 0) {
/ndk/sources/host-tools/sed-4.2.1/lib/
se-selinux.in.h
27
static inline int
lgetfilecon
(char const *s _UNUSED_PARAMETER_,
function
/external/libselinux/
Android.mk
13
src/
lgetfilecon
.c \
/system/core/toolbox/
restorecon.c
27
if (
lgetfilecon
(pathname, &oldcontext) < 0) {
ls.c
258
lgetfilecon
(path, &maclabel);
/external/libselinux/include/selinux/
selinux.h
89
extern int
lgetfilecon
(const char *path, security_context_t * con);
Completed in 83 milliseconds