Home
last modified time | relevance | path

Searched refs:ARRAY_SIZE (Results 1 – 2 of 2) sorted by relevance

/system/core/toolbox/
Dpowerd.c10 #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) macro
109 if(start >= ARRAY_SIZE(watched_files)) in call_notify_handler()
112 for(i = start; i < ARRAY_SIZE(watched_files); i++) { in call_notify_handler()
285 for(i = 0; i < ARRAY_SIZE(watched_files); i++) { in powerd_main()
Dmount.c16 #define ARRAY_SIZE(x) (sizeof(x) / sizeof(x[0])) macro
107 for (i = 0, res = 1; i < ARRAY_SIZE(options); i++) { in parse_mount_options()