OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getgrent_idx
(Results
1 - 2
of
2
) sorted by null
/bionic/libc/private/
grp_pwd.h
39
ssize_t
getgrent_idx
;
member in struct:group_state_t
/bionic/libc/bionic/
grp_pwd.cpp
64
memset(state, 0, sizeof(group_state_t) - sizeof(state->
getgrent_idx
));
601
state->
getgrent_idx
= 0;
614
if (state->
getgrent_idx
< 0) {
620
if (state->
getgrent_idx
< end) {
622
return android_iinfo_to_group(state, android_ids + state->
getgrent_idx
++);
628
if (state->
getgrent_idx
< end) {
631
state->
getgrent_idx
++ - start + AID_OEM_RESERVED_START, state);
637
if (state->
getgrent_idx
< end) {
640
state->
getgrent_idx
++ - start + AID_OEM_RESERVED_2_START, state);
646
if (state->
getgrent_idx
< end)
[
all
...]
Completed in 256 milliseconds