Home
last modified time | relevance | path

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

/third_party/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()
/third_party/toybox/
Dmain.c184 static char *toy_paths[]={"usr/","bin/","sbin/",0}; in toybox_main() local
211 for (j=0; toy_paths[j]; j++) in toybox_main()
212 if (fl & (1<<j)) len += printf("%s", toy_paths[j]); in toybox_main()
/third_party/toybox/porting/liteos_a/
Dmain.c184 static char *toy_paths[]={"usr/","bin/","sbin/",0}; in toybox_main() local
211 for (j=0; toy_paths[j]; j++) in toybox_main()
212 if (fl & (1<<j)) len += printf("%s", toy_paths[j]); in toybox_main()