OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fsetfilecon
(Results
1 - 9
of
9
) sorted by null
/external/libselinux/src/
fsetfilecon.c
10
int
fsetfilecon
(int fd, const char *context)
function
/external/toybox/lib/
lsm.h
17
#define
fsetfilecon
(...) (-1)
macro
91
else return
fsetfilecon
(file, context);
/external/selinux/libselinux/src/
fsetfilecon.c
30
int
fsetfilecon
(int fd, const char *context)
/external/libselinux/include/selinux/
selinux.h
96
extern int
fsetfilecon
(int fd, const char *con);
/external/libselinux/
Android.mk
9
src/
fsetfilecon
.c \
/external/selinux/libselinux/include/selinux/
selinux.h
113
extern int
fsetfilecon
(int fd, const char * con);
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/selinux/
__init__.py
736
def
fsetfilecon
(*args):
function
737
return _selinux.
fsetfilecon
(*args)
738
fsetfilecon
= _selinux.
fsetfilecon
variable
[
all
...]
/external/selinux/policycoreutils/newrole/
newrole.c
749
if (
fsetfilecon
(fd, new_tty_con) < 0) {
802
if ((rc =
fsetfilecon
(fd, tty_context)) < 0)
[
all
...]
/external/selinux/policycoreutils/sandbox/
seunshare.c
515
if (
fsetfilecon
(fd_t, con) == -1) {
Completed in 59 milliseconds