HomeSort by relevance Sort by last modified time
    Searched refs:socketcon (Results 1 - 5 of 5) sorted by null

  /system/core/init/
util.h 29 uid_t uid, gid_t gid, const char *socketcon);
init.h 62 const char *socketcon; member in struct:socketinfo
util.c 89 gid_t gid, const char *socketcon)
95 if (socketcon)
96 setsockcreatecon(socketcon);
104 if (socketcon)
init.c 274 si->perm, si->uid, si->gid, si->socketcon ?: scon);
    [all...]
init_parser.c 801 si->socketcon = args[6];

Completed in 249 milliseconds