HomeSort by relevance Sort by last modified time
    Searched full:setfilecon (Results 1 - 14 of 14) sorted by null

  /external/libselinux/src/
setfilecon.c 10 int setfilecon(const char *path, const char *context) function
android.c 715 rc = setfilecon(pkgdir, ctx_str);
    [all...]
  /external/qemu/distrib/libselinux/src/
setfilecon.c 10 int setfilecon(const char *path, const char *context) function
android.c 708 rc = setfilecon(pkgdir, ctx_str);
    [all...]
  /system/core/toolbox/
chcon.c 17 rc = setfilecon(argv[i], argv[1]);
  /external/sepolicy/
installd.te 28 # and lib symlinks before the setfilecon call. May want to
29 # move symlink creation after setfilecon in installd.
81 # upon creation via setfilecon or running restorecon_recursive,
  /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/libselinux/include/selinux/
selinux.h 94 extern int setfilecon(const char *path, const char *con);
  /external/qemu/distrib/libselinux/include/selinux/
selinux.h 94 extern int setfilecon(const char *path, const char *con);
  /frameworks/native/cmds/installd/
commands.c 90 ALOGE("cannot setfilecon dir '%s': %s\n", pkgdir, strerror(errno));
245 ALOGE("cannot setfilecon dir '%s': %s\n", pkgdir, strerror(errno));
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/
configure     [all...]

Completed in 543 milliseconds