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

  /system/core/init/
util.h 64 int restorecon_recursive(const char *pathname);
keywords.h 81 KEYWORD(restorecon_recursive, COMMAND, 1, do_restorecon_recursive)
util.cpp 461 int restorecon_recursive(const char* pathname) function
property_service.cpp 212 } else if (strcmp("selinux.restorecon_recursive", name) == 0 && valuelen > 0) {
213 if (restorecon_recursive(value) != 0) {
214 ERROR("Failed to restorecon_recursive %s\n", value);
builtins.cpp 771 if (restorecon_recursive(args[i]) < 0)
devices.cpp 168 INFO("restorecon_recursive: %s\n", buf);
169 restorecon_recursive(buf);
init.cpp 1067 restorecon_recursive("/sys");
    [all...]
  /external/sepolicy/
property_contexts 44 selinux.restorecon_recursive u:object_r:restorecon_prop:s0
  /device/asus/flo/
init.flo.rc 37 restorecon_recursive /persist
221 restorecon_recursive /sys/devices/system/cpu/cpufreq/ondemand
  /device/lge/hammerhead/
init.hammerhead.rc 37 restorecon_recursive /persist
188 restorecon_recursive /sys/devices/system/cpu/cpufreq/ondemand
  /device/asus/fugu/
init.fugu.rc 53 restorecon_recursive /factory
  /device/asus/deb/
init.deb.rc 37 restorecon_recursive /persist
  /device/moto/shamu/
init.shamu.rc 52 restorecon_recursive /persist

Completed in 82 milliseconds