Searched refs:list_for_each (Results 1 – 9 of 9) sorted by relevance
/system/core/libcutils/ |
D | android_reboot.c | 112 list_for_each(node, rw_entries) { in find_item() 194 list_for_each(node, &rw_entries) { in remount_ro() 201 list_for_each(node, &ro_entries) { in remount_ro()
|
/system/sepolicy/tools/ |
D | check_seapp.c | 45 #define list_for_each(list, var) \ macro 629 list_for_each(&nallow_list, cursor) { in rule_map_validate() 825 list_for_each(&input_file_list, cursor) { in init() 893 list_for_each(&input_file_list, cursor) { in init() 1133 list_for_each(&input_file_list, cursor) { in parse() 1145 list_for_each(&line_order_list, cursor) { in validate() 1150 list_for_each(&line_order_list, cursor) { in validate() 1153 list_for_each(&r->violations, v) { in validate() 1184 list_for_each(&line_order_list, cursor) { in output()
|
/system/core/include/cutils/ |
D | list.h | 41 #define list_for_each(node, list) \ macro
|
/system/core/init/ |
D | ueventd_parser.cpp | 89 list_for_each(node, &subsystem_list) { in ueventd_subsystem_find_by_name()
|
D | devices.cpp | 140 list_for_each(node, &sys_perms) { in fixup_sys_perms()
|
/system/core/adb/ |
D | adb_auth_client.cpp | 153 list_for_each(item, &key_list) { in adb_auth_verify()
|
D | adb_auth_host.cpp | 376 list_for_each(item, &key_list) { in adb_auth_nextkey()
|
/system/core/liblog/ |
D | pmsg_reader.c | 393 list_for_each(node, &name_list) { in __android_log_pmsg_file_read()
|
D | logprint.c | 1205 list_for_each(node, &convertHead) { in convertMonotonic()
|