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

/system/core/init/
H A Dueventd.c115 mode_t perm; local
157 perm = strtol(args[1], &endptr, 8);
180 add_dev_perms(name, attr, perm, uid, gid, prefix);
H A Dinit.h57 int perm; member in struct:socketinfo
H A Dproperty_service.c210 const char *perm = "set"; local
222 if (selinux_check_access(sctx, tctx, class, perm, name) == 0)
H A Dutil.c88 int create_socket(const char *name, int type, mode_t perm, uid_t uid, gid_t gid) argument
134 chmod(addr.sun_path, perm);
137 addr.sun_path, perm, uid, gid);
H A Ddevices.c77 mode_t perm; member in struct:perms_
99 mode_t perm, unsigned int uid, unsigned int gid,
115 node->dp.perm = perm;
151 INFO("fixup %s %d %d 0%o\n", buf, dp->uid, dp->gid, dp->perm);
153 chmod(buf, dp->perm);
159 mode_t perm; local
180 return dp->perm;
98 add_dev_perms(const char *name, const char *attr, mode_t perm, unsigned int uid, unsigned int gid, unsigned short prefix) argument
/system/security/keystore/
H A Dkeystore.cpp1310 enum perm { enum
1336 uint32_t perm; member in struct:action
1389 if (!(action->perm & user->perms)) {

Completed in 567 milliseconds