Searched refs:ln (Results 1 - 4 of 4) sorted by relevance

/system/core/toolbox/grep/
H A Dutil.c191 struct str ln; local
221 ln.file = grep_malloc(strlen(fn) + 1);
222 strcpy(ln.file, fn);
223 ln.line_no = 0;
224 ln.len = 0;
226 ln.off = -1;
229 ln.off += ln.len + 1;
230 if ((ln.dat = grep_fgetln(f, &ln
[all...]
/system/core/toolbox/
H A DAndroid.mk10 ln \
128 $(hide) ln -sf $(TOOLBOX_BINARY) $@
/system/core/init/
H A DAndroid.mk56 $(hide) ln -sf ../$(INIT_BINARY) $@
/system/core/sh/
H A DAndroid.mk67 $(hide) ln -sf $(TARGET_SHELL) $@

Completed in 58 milliseconds