Searched defs:perm (Results 1 - 4 of 4) sorted by relevance

/system/core/init/
H A Dueventd.c80 mode_t perm; local
122 perm = strtol(args[1], &endptr, 8);
145 add_dev_perms(name, attr, perm, uid, gid, prefix);
H A Dinit.h57 int perm; member in struct:socketinfo
H A Dutil.c120 int create_socket(const char *name, int type, mode_t perm, uid_t uid, gid_t gid) argument
149 chmod(addr.sun_path, perm);
152 addr.sun_path, perm, uid, gid);
H A Ddevices.c88 mode_t perm; member in struct:perms_
103 mode_t perm, unsigned int uid, unsigned int gid,
119 node->dp.perm = perm;
155 INFO("fixup %s %d %d 0%o\n", buf, dp->uid, dp->gid, dp->perm);
157 chmod(buf, dp->perm);
163 mode_t perm; local
184 return dp->perm;
102 add_dev_perms(const char *name, const char *attr, mode_t perm, unsigned int uid, unsigned int gid, unsigned short prefix) argument

Completed in 47 milliseconds