/external/libselinux/src/ |
getfilecon.c | 10 int getfilecon(const char *path, security_context_t * context) function
|
selinux_internal.h | 40 hidden_proto(getfilecon)
|
procattr.c | 149 hidden_def(getfilecon)
|
android.c | 487 rc = getfilecon(pkgdir, &ctx_str);
|
/ndk/sources/host-tools/sed-4.2.1/lib/ |
se-selinux.in.h | 24 static inline int getfilecon (char const *s _UNUSED_PARAMETER_, function
|
/external/libselinux/ |
Android.mk | 11 src/getfilecon.c \
|
/external/libselinux/include/selinux/ |
selinux.h | 88 extern int getfilecon(const char *path, security_context_t * con);
|
/external/openssh/openbsd-compat/ |
port-linux.c | 155 if (getfilecon(tty, &old_tty_ctx) == -1) { 156 error("%s: getfilecon: %s", __func__, strerror(errno));
|
/frameworks/base/core/jni/ |
android_os_SELinux.cpp | 182 * Function: getFileCon 191 static jstring getFileCon(JNIEnv *env, jobject, jstring pathStr) { 202 int ret = getfilecon(path.c_str(), &tmp); 210 ALOGV("getFileCon(%s) => %s", path.c_str(), context.get()); 432 { "getFileContext" , "(Ljava/lang/String;)Ljava/lang/String;" , (void*)getFileCon },
|
/system/core/init/ |
init.c | 216 rc = getfilecon(svc->args[0], &fcon);
|
/ndk/sources/host-tools/sed-4.2.1/sed/ |
execute.c | 756 if (getfilecon (input->in_file_name, &con) != -1) [all...] |