Searched refs:toy_paths (Results 1 - 3 of 3) sorted by relevance
/third_party/toybox/scripts/ |
H A 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/ |
H A D | main.c | 177 static char *toy_paths[]={"usr/","bin/","sbin/",0}; in toybox_main() local 204 for (j=0; toy_paths[j]; j++) in toybox_main() 205 if (fl & (1<<j)) len += printf("%s", toy_paths[j]); in toybox_main()
|
/third_party/toybox/porting/liteos_a/ |
H A D | main.c | 178 static char *toy_paths[]={"usr/","bin/","sbin/",0}; in toybox_main() local 205 for (j=0; toy_paths[j]; j++) in toybox_main() 206 if (fl & (1<<j)) len += printf("%s", toy_paths[j]); in toybox_main()
|
Completed in 2 milliseconds