HomeSort by relevance Sort by last modified time
    Searched refs:selinux_android_restorecon (Results 1 - 11 of 11) sorted by null

  /system/core/debuggerd/test/selinux/
android.h 17 extern "C" int selinux_android_restorecon(const char*, unsigned int);
  /system/core/debuggerd/test/
selinux_fake.cpp 17 extern "C" int selinux_android_restorecon(const char*, unsigned int) { function
  /external/toybox/toys/android/
restorecon.c 44 if (selinux_android_restorecon(*s, flags) < 0)
  /external/libselinux/include/selinux/
android.h 47 extern int selinux_android_restorecon(const char *file, unsigned int flags);
  /system/core/init/
util.cpp 466 return selinux_android_restorecon(pathname, 0);
471 return selinux_android_restorecon(pathname, SELINUX_ANDROID_RESTORECON_RECURSE);
476 return selinux_android_restorecon(pathname,
  /system/core/adb/
file_sync_service.cpp 76 selinux_android_restorecon(partial_path.c_str(), 0);
177 selinux_android_restorecon(path, 0);
  /frameworks/base/core/jni/
android_os_SELinux.cpp 315 int ret = selinux_android_restorecon(pathname.c_str(), flags);
  /frameworks/native/cmds/installd/
commands.cpp 394 if (selinux_android_restorecon(to.c_str(), SELINUX_ANDROID_RESTORECON_RECURSE) != 0) {
    [all...]
  /system/vold/
Ext4Crypt.cpp 568 if (selinux_android_restorecon(path.c_str(), SELINUX_ANDROID_RESTORECON_FORCE) != 0) {
VolumeManager.cpp     [all...]
  /external/libselinux/src/
android.c 1471 int selinux_android_restorecon(const char *file, unsigned int flags) function
    [all...]

Completed in 642 milliseconds