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

/external/toybox/scripts/
H A Dinstall.c21 static char *toy_paths[]={"usr/","bin/","sbin/",0}; local
30 for (j=0; toy_paths[j]; j++)
31 if (fl & (1<<j)) len += printf("%s", toy_paths[j]);
/external/toybox/
H A Dmain.c177 static char *toy_paths[]={"usr/","bin/","sbin/",0}; local
195 for (j=0; toy_paths[j]; j++)
196 if (fl & (1<<j)) len += printf("%s", toy_paths[j]);

Completed in 127 milliseconds