Home
last modified time | relevance | path

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

/external/toybox/scripts/
Dinstall.c19 #define TOY_LIST_LEN (sizeof(toy_list)/sizeof(struct toy_list)) macro
27 for (i=1; i<TOY_LIST_LEN; i++) { in main()