Searched refs:list_for_each_safe (Results 1 – 3 of 3) sorted by relevance
/system/core/libcutils/include/cutils/ |
D | list.h | 47 #define list_for_each_safe(node, n, list) \ macro
|
/system/core/libcutils/include_vndk/cutils/ |
D | list.h | 47 #define list_for_each_safe(node, n, list) \ macro
|
/system/core/liblog/ |
D | pmsg_reader.cpp | 353 list_for_each_safe(node, n, &names->content) { in __android_log_pmsg_file_read() 381 list_for_each_safe(node, n, &name_list) { in __android_log_pmsg_file_read() 393 list_for_each_safe(content_node, m, &names->content) { in __android_log_pmsg_file_read()
|