Home
last modified time | relevance | path

Searched refs:restorecon (Results 1 – 7 of 7) sorted by relevance

/system/core/init/
Dutil.h63 int restorecon(const char *pathname);
Dinit.cpp1048 if (restorecon("/init") == -1) { in main()
1064 restorecon("/dev"); in main()
1065 restorecon("/dev/socket"); in main()
1066 restorecon("/dev/__properties__"); in main()
Dkeywords.h81 KEYWORD(restorecon, COMMAND, 1, do_restorecon)
Dutil.cpp456 int restorecon(const char* pathname) in restorecon() function
Dbuiltins.cpp760 if (restorecon(args[i]) < 0) in do_restorecon()
Dreadme.txt241 restorecon <path> [ <path> ]*
/system/core/rootdir/
Dinit.rc19 restorecon /adb_keys
256 # We restorecon /cache in case the cache partition has been reset.
288 # We restorecon /data in case the userdata partition has been reset.
289 restorecon /data