OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:profile_iterator
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/chrome/browser/ui/ash/multi_user/
multi_user_util.cc
40
std::vector<Profile*>::const_iterator
profile_iterator
= profiles.begin();
local
41
for (;
profile_iterator
!= profiles.end(); ++
profile_iterator
) {
42
if (GetUserIDFromProfile(*
profile_iterator
) == user_id)
43
return *
profile_iterator
;
/external/e2fsprogs/e2fsck/
profile.h
98
long
profile_iterator
profile_helpers.c
10
* be done using the
profile_iterator
abstraction, but it is less
158
if ((retval =
profile_iterator
(&state, 0, &value)))
199
if ((retval =
profile_iterator
(&state, &name, 0)))
235
if ((retval =
profile_iterator
(&state, &name, 0)))
profile.c
1267
struct
profile_iterator
{
struct
1284
struct
profile_iterator
*iter;
1299
if ((iter = malloc(sizeof(struct
profile_iterator
))) == NULL)
1316
struct
profile_iterator
*iter;
1337
struct
profile_iterator
*iter = *iter_p;
1699
profile_iterator
(void **iter_p, char **ret_name, char **ret_value)
function
[
all
...]
/external/e2fsprogs/misc/
mke2fs.c
1041
if ((
profile_iterator
(&state, &name, 0) == 0) && name) {
[
all
...]
Completed in 2098 milliseconds