Home
last modified time | relevance | path

Searched refs:selinux_android_restorecon (Results 1 – 6 of 6) sorted by relevance

/system/core/debuggerd/test/selinux/
Dandroid.h17 extern "C" int selinux_android_restorecon(const char*, unsigned int);
/system/core/debuggerd/test/
Dselinux_fake.cpp17 extern "C" int selinux_android_restorecon(const char*, unsigned int) { in selinux_android_restorecon() function
/system/core/init/
Dutil.cpp466 return selinux_android_restorecon(pathname, 0); in restorecon()
471 return selinux_android_restorecon(pathname, SELINUX_ANDROID_RESTORECON_RECURSE); in restorecon_recursive()
/system/core/adb/
Dfile_sync_service.cpp76 selinux_android_restorecon(partial_path.c_str(), 0); in secure_mkdirs()
177 selinux_android_restorecon(path, 0); in handle_send_file()
/system/vold/
DExt4Crypt.cpp571 if (selinux_android_restorecon(path.c_str(), SELINUX_ANDROID_RESTORECON_FORCE) != 0) { in emulated_unlock()
DVolumeManager.cpp1253 if (selinux_android_restorecon(ftsent->fts_path, 0) < 0) { in fixupAsecPermissions()