Home
last modified time | relevance | path

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

/external/toybox/scripts/
Dinstall.c21 static char *toy_paths[]={"usr/","bin/","sbin/",0}; in main() local
30 for (j=0; toy_paths[j]; j++) in main()
31 if (fl & (1<<j)) len += printf("%s", toy_paths[j]); in main()
/external/toybox/
Dmain.c174 static char *toy_paths[]={"usr/","bin/","sbin/",0}; in toybox_main() local
192 for (j=0; toy_paths[j]; j++) in toybox_main()
193 if (fl & (1<<j)) len += printf("%s", toy_paths[j]); in toybox_main()