/external/libselinux/src/ |
setfilecon.c | 10 int setfilecon(const char *path, const security_context_t context) function
|
android.c | 511 rc = setfilecon(pkgdir, ctx_str);
|
/system/core/toolbox/ |
chcon.c | 17 rc = setfilecon(argv[i], argv[1]);
|
/ndk/sources/host-tools/sed-4.2.1/lib/ |
se-selinux.in.h | 30 static inline int setfilecon (char const *s _UNUSED_PARAMETER_, function
|
/ndk/sources/host-tools/sed-4.2.1/m4/ |
selinux-selinux-h.m4 | 33 AC_SEARCH_LIBS([setfilecon], [selinux],
|
/frameworks/base/core/jni/ |
android_os_SELinux.cpp | 150 * Function: setFileCon 158 static jboolean setFileCon(JNIEnv *env, jobject, jstring pathStr, jstring contextStr) { 173 // GetStringUTFChars returns const char * yet setfilecon needs char * 175 int ret = setfilecon(path.c_str(), tmp); 177 ALOGV("setFileCon(%s, %s) => %d", path.c_str(), context.c_str(), ret); 439 { "setFileContext" , "(Ljava/lang/String;Ljava/lang/String;)Z" , (void*)setFileCon },
|
/external/libselinux/ |
Android.mk | 19 src/setfilecon.c \
|
/external/openssh/openbsd-compat/ |
port-linux.c | 167 if (setfilecon(tty, new_tty_ctx) != 0) 168 error("%s: setfilecon: %s", __func__, strerror(errno));
|
/external/libselinux/include/selinux/ |
selinux.h | 93 extern int setfilecon(const char *path, security_context_t con);
|
/frameworks/native/cmds/installd/ |
commands.c | 95 ALOGE("cannot setfilecon dir '%s': %s\n", pkgdir, strerror(errno)); 249 ALOGE("cannot setfilecon dir '%s': %s\n", pkgdir, strerror(errno)); [all...] |
/system/core/init/ |
devices.c | 156 setfilecon(buf, secontext);
|
/ndk/sources/host-tools/sed-4.2.1/ |
configure | [all...] |