Searched refs:selinux_android_restorecon (Results 1 – 6 of 6) sorted by relevance
17 extern "C" int selinux_android_restorecon(const char*, unsigned int);
17 extern "C" int selinux_android_restorecon(const char*, unsigned int) { in selinux_android_restorecon() function
466 return selinux_android_restorecon(pathname, 0); in restorecon()471 return selinux_android_restorecon(pathname, SELINUX_ANDROID_RESTORECON_RECURSE); in restorecon_recursive()
76 selinux_android_restorecon(partial_path.c_str(), 0); in secure_mkdirs()177 selinux_android_restorecon(path, 0); in handle_send_file()
571 if (selinux_android_restorecon(path.c_str(), SELINUX_ANDROID_RESTORECON_FORCE) != 0) { in emulated_unlock()
1253 if (selinux_android_restorecon(ftsent->fts_path, 0) < 0) { in fixupAsecPermissions()