OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:selinux_android_restorecon
(Results
1 - 5
of
5
) sorted by null
/external/libselinux/include/selinux/
android.h
33
extern int
selinux_android_restorecon
(const char *file);
/external/libselinux/src/
android.c
656
int
selinux_android_restorecon
(const char *pathname)
function
773
selinux_android_restorecon
(pathname);
/frameworks/base/core/jni/
android_os_SELinux.cpp
418
int ret =
selinux_android_restorecon
(pathname.c_str());
/frameworks/native/cmds/dumpstate/
utils.c
472
if (
selinux_android_restorecon
(anr_traces_dir) == -1) {
/system/core/debuggerd/
tombstone.c
816
if (
selinux_android_restorecon
(TOMBSTONE_DIR) == -1) {
Completed in 450 milliseconds