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
21
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/
main.c
156
static char *
toy_paths
[]={"usr/","bin/","sbin/",0};
local
183
for (j=0;
toy_paths
[j]; j++)
184
if (fl & (1<<j)) len += printf("%s",
toy_paths
[j]);
Completed in 87 milliseconds