OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:toy_paths
(Results
1 - 2
of
2
) sorted by null
/external/toybox/scripts/
install.c
23
static char *
toy_paths
[]={"usr/","bin/","sbin/",0};
local
32
for (j=0;
toy_paths
[j]; j++)
33
if (fl & (1<<j)) len += printf("%s",
toy_paths
[j]);
/external/toybox/
main.c
155
static char *
toy_paths
[]={"usr/","bin/","sbin/",0};
local
175
for (j=0;
toy_paths
[j]; j++)
176
if (fl & (1<<j)) len += printf("%s",
toy_paths
[j]);
Completed in 577 milliseconds