Searched refs:filelist (Results 1 - 2 of 2) sorted by relevance

/build/core/
H A Ddefinitions.mk1183 filelist=; \
1186 filelist="$$filelist $$ldir/$$f"; \
1189 $(PRIVATE_ARFLAGS) $@ $$filelist
1220 filelist=; \
1223 filelist="$$filelist $$ldir/$$f"; \
1226 $(PRIVATE_ARFLAGS) $@ $$filelist
/build/
H A Denvsetup.sh1367 if [[ ! -f $T/filelist ]]; then
1369 (\cd $T; find . -wholename ./out -prune -o -wholename ./.repo -prune -o -type f > filelist)
1374 lines=($(\grep "$1" $T/filelist | sed -e 's/\/[^/]*$//' | sort | uniq))

Completed in 37 milliseconds