HomeSort by relevance Sort by last modified time
    Searched refs:STRLIST_FOREACH (Results 1 - 4 of 4) sorted by null

  /system/core/toolbox/
dynarray.h 61 #define STRLIST_FOREACH(_list,_string,_stmnt) \
getprop.c 28 STRLIST_FOREACH(list, str, printf("%s\n", str));
dynarray.c 84 STRLIST_FOREACH(list, string, free(string));
ls.c 286 STRLIST_FOREACH(&files, filename, listfile(name, filename, flags));
328 STRLIST_FOREACH(&subdirs, path, {
404 STRLIST_FOREACH(&files, path, {

Completed in 121 milliseconds