OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:setfscreatecon
(Results
1 - 11
of
11
) sorted by null
/ndk/sources/host-tools/sed-4.2.1/lib/
se-selinux.in.h
18
static inline int
setfscreatecon
(security_context_t con _UNUSED_PARAMETER_)
function
/frameworks/base/core/jni/
android_os_SELinux.cpp
119
* Function:
setFSCreateCon
127
static jboolean
setFSCreateCon
(JNIEnv *env, jobject, jstring contextStr) {
142
int ret =
setfscreatecon
(const_cast<char *>(context_c_str));
144
ALOGV("
setFSCreateCon
(%s) => %d", context_c_str, ret);
440
{ "setFSCreateContext" , "(Ljava/lang/String;)Z" , (void*)
setFSCreateCon
},
/system/core/init/
util.c
114
setfscreatecon
(secon);
123
setfscreatecon
(NULL);
481
setfscreatecon
(secontext);
489
setfscreatecon
(NULL);
devices.c
208
setfscreatecon
(secontext);
224
setfscreatecon
(NULL);
/bootable/recovery/minzip/
DirUtil.c
152
setfscreatecon
(secontext);
159
setfscreatecon
(NULL);
Zip.c
[
all
...]
/external/openssh/openbsd-compat/
port-linux.c
231
setfscreatecon
(NULL);
235
setfscreatecon
(context);
/external/libselinux/include/selinux/
selinux.h
64
extern int
setfscreatecon
(const security_context_t context);
/bootable/recovery/updater/
install.c
93
setfscreatecon
(secontext);
100
setfscreatecon
(NULL);
[
all
...]
/ndk/sources/host-tools/sed-4.2.1/sed/
execute.c
761
if (
setfscreatecon
(con) < 0)
782
setfscreatecon
(old_fscreatecon);
[
all
...]
/external/openssh/
ChangeLog
502
before attempting
setfscreatecon
(). Check whether matchpathcon()
[
all
...]
Completed in 170 milliseconds