OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:android_ids
(Results
1 - 8
of
8
) sorted by null
/system/core/include/private/
android_filesystem_config.h
147
static const struct android_id_info
android_ids
[] = {
variable in typeref:struct:android_id_info
221
(sizeof(
android_ids
) / sizeof(
android_ids
[0]))
/system/core/init/
ueventd.cpp
90
for (i = 0; i < ARRAY_SIZE(
android_ids
); i++)
91
if (!strcmp(id,
android_ids
[i].name))
92
return
android_ids
[i].aid;
util.cpp
55
const struct android_id_info *info =
android_ids
;
/bionic/libc/bionic/
stubs.cpp
171
if (
android_ids
[n].aid == id) {
172
return android_iinfo_to_passwd(state,
android_ids
+ n);
180
if (!strcmp(
android_ids
[n].name, name)) {
181
return android_iinfo_to_passwd(state,
android_ids
+ n);
189
if (
android_ids
[n].aid == id) {
190
return android_iinfo_to_group(state,
android_ids
+ n);
198
if (!strcmp(
android_ids
[n].name, name)) {
199
return android_iinfo_to_group(state,
android_ids
+ n);
209
// u1_system -> 1 * AID_USER +
android_ids
['system']
250
if (!strcmp(
android_ids
[n].name, end + 1))
[
all
...]
/device/google/dragon/crash_collector/
crash_collector.cc
207
if (
android_ids
[i].aid == appid) {
208
username =
android_ids
[i].name;
/system/core/logd/
LogStatistics.cpp
163
const struct android_id_info *info =
android_ids
;
/external/libselinux/src/
android.c
694
if (
android_ids
[n].aid == appid) {
695
username =
android_ids
[n].name;
[
all
...]
/system/core/liblog/
logprint.c
[
all
...]
Completed in 236 milliseconds