Home | History | Annotate | Download | only in vold

Lines Matching refs:secontext

64     char* secontext = nullptr;
66 if (!selabel_lookup(sehandle, &secontext, cpath, S_IFBLK)) {
67 setfscreatecon(secontext);
80 if (secontext) {
82 freecon(secontext);
100 char* secontext = nullptr;
102 if (!selabel_lookup(sehandle, &secontext, cpath, S_IFDIR)) {
103 setfscreatecon(secontext);
109 if (secontext) {
111 freecon(secontext);