/external/libselinux/src/ |
getfilecon.c | 10 int getfilecon(const char *path, char ** context) function
|
selinux_internal.h | 40 hidden_proto(getfilecon)
|
procattr.c | 149 hidden_def(getfilecon)
|
android.c | 691 rc = getfilecon(pkgdir, &ctx_str); [all...] |
/external/qemu/distrib/libselinux/src/ |
getfilecon.c | 10 int getfilecon(const char *path, char ** context) function
|
selinux_internal.h | 40 hidden_proto(getfilecon)
|
procattr.c | 149 hidden_def(getfilecon)
|
android.c | 684 rc = getfilecon(pkgdir, &ctx_str); [all...] |
/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 \
|
/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 },
|
/external/libselinux/include/selinux/ |
selinux.h | 89 extern int getfilecon(const char *path, char ** con);
|
/external/qemu/distrib/libselinux/include/selinux/ |
selinux.h | 89 extern int getfilecon(const char *path, char ** con);
|
/system/core/init/ |
init.c | 229 rc = getfilecon(svc->args[0], &fcon); [all...] |
/ndk/sources/host-tools/sed-4.2.1/sed/ |
execute.c | 756 if (getfilecon (input->in_file_name, &con) != -1) [all...] |