Home
last modified time | relevance | path

Searched refs:list_for_each (Results 1 – 5 of 5) sorted by relevance

/system/sepolicy/tools/
Dcheck_seapp.c45 #define list_for_each(list, var) \ macro
658 list_for_each(&nallow_list, cursor) { in rule_map_validate()
854 list_for_each(&input_file_list, cursor) { in init()
921 list_for_each(&input_file_list, cursor) { in init()
1169 list_for_each(&input_file_list, cursor) { in parse()
1181 list_for_each(&line_order_list, cursor) { in validate()
1186 list_for_each(&line_order_list, cursor) { in validate()
1189 list_for_each(&r->violations, v) { in validate()
1220 list_for_each(&line_order_list, cursor) { in output()
/system/core/libcutils/include/cutils/
Dlist.h41 #define list_for_each(node, list) \ macro
/system/core/libcutils/include_vndk/cutils/
Dlist.h41 #define list_for_each(node, list) \ macro
/system/core/liblog/
Dpmsg_reader.cpp282 list_for_each(node, &name_list) { in __android_log_pmsg_file_read()
Dlogprint.cpp1371 list_for_each(node, &convertHead) { in convertMonotonic()