Searched refs:toy_paths (Results 1 – 3 of 3) sorted by relevance
/third_party/toybox/scripts/ |
D | install.c | 21 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/ |
D | main.c | 184 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/ |
D | main.c | 184 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()
|