Lines Matching refs:filelist
1260 if [[ ! -f $T/filelist ]]; then1262 (\cd $T; find . -wholename ./out -prune -o -wholename ./.repo -prune -o -type f > filelist)1267 lines=($(\grep "$1" $T/filelist | sed -e 's/\/[^/]*$//' | sort | uniq))