Home
last modified time | relevance | path

Searched refs:user (Results 1 – 20 of 20) sorted by relevance

/bionic/libc/unistd/
Dinitgroups.c35 initgroups (const char *user, gid_t group) in initgroups() argument
42 if (getgrouplist(user, group, groups, &numgroups) < 0) { in initgroups()
46 if (getgrouplist(user,group,groups,&numgroups) < 0) { in initgroups()
/bionic/libc/bionic/
Dmalloc_debug_check.cpp107 static inline void* user(hdr_t* hdr) { in user() function
111 static inline hdr_t* meta(void* user) { in meta() argument
112 return reinterpret_cast<hdr_t*>(user) - 1; in meta()
232 memset(user(hdr), FREE_POISON, hdr->size); in poison()
237 const char *data = (const char *)user(hdr); in was_used_after_free()
250 user(hdr), hdr->size); in check_guards()
253 "(NOT DUMPING STACKTRACE)\n", user(hdr)); in check_guards()
262 user(hdr), hdr->size); in check_guards()
276 user(hdr), hdr->tag); in check_allocation_locked()
285 user(hdr), hdr->size); in check_allocation_locked()
[all …]
Dstubs.cpp374 int getgrouplist(const char* user, gid_t group, gid_t* groups, int* ngroups) { in getgrouplist() argument
/bionic/libc/include/
Dgrp.h75 int getgrouplist (const char *user, gid_t group,
78 int initgroups (const char *user, gid_t group);
/bionic/libc/kernel/common/linux/
Datmsap.h85 unsigned char user; member
96 unsigned char user; member
Dkernel_stat.h30 cputime64_t user; member
/bionic/libc/kernel/arch-mips/asm/
Duser.h25 struct user { struct
/bionic/libc/kernel/common/linux/netfilter/
Dx_tables.h32 } user; member
52 } user; member
/bionic/libc/kernel/arch-arm/asm/
Dprocinfo.h42 struct cpu_user_fns *user; member
Duser.h42 struct user{ struct
/bionic/libc/kernel/arch-x86/asm/
Di387_32.h31 #define safe_address (kstat_cpu(0).cpustat.user)
Duser_32.h65 struct user{ struct
/bionic/libc/kernel/tools/
Dkernel.py260 for user in fparser.getHeaderUsers(used):
261 needed[path].add(user)
269 for user in users:
270 self.needed[header].add(user)
/bionic/libc/
DCAVEATS22 - at the moment, several user-account-related functions like getpwd are stubbed and return
DSYSCALLS.TXT14 # been provided, allows the user to specify dispatch style syscalls.
DAndroid.mk900 ifneq ($(TARGET_BUILD_VARIANT),user)
/bionic/libc/kernel/common/linux/mtd/
Dmtd.h21 #error This is a kernel header. Perhaps include mtd-user.h instead?
/bionic/libc/docs/
DOVERVIEW.TXT100 user-space code to use kernel-specific declarations (e.g. IOCTLs, structure
231 - Android-specific user/group management:
234 meant to be used by a single handset user. On the other hand, Android
235 uses the Linux user/group management features extensively to secure
243 and will translate them to their low-user-id values. It also recognizes
247 getgrouplist() will always return a single group for any user name,
251 single-element members list, corresponding to the user with the same
DCHANGES.TXT156 - fix getpwnam() and getpwgrp() to accept "app_0" as a valid user name.
/bionic/libc/kernel/
DREADME.TXT233 install a set of "user-friendly" headers that are generated from the official
240 we plan to be able to support these kernel-generated user-land headers in the