Lines Matching refs:file
70 while read file
73 auto_owner=$(grep ^$file: ../vendor_owner_info.txt | cut -d : -f 2)
74 if test $file = system/lib/hw/gps.msm8974.so -o $file = system/lib/libgps.utils.so -o $file = syste…
81 echo $file has no known owner
84 if test "$auto_owner" = "$target_owner" -a $file != system/app/shutdownlistener.apk -a $file != sys…
86 if test $file != ZZZ
88 if [[ $file == *.apk ]]
90 echo " $file \\" >> extract-lists.txt
94 if [[ $file == */lib64/* ]]
96 …echo " vendor/$target_owner/fugu/proprietary/lib64/$(basename $file):$file:$target_owner \\" >>…
97 elif [[ $file == */arm/nb/* ]]
99 …echo " vendor/$target_owner/fugu/proprietary/armnb/$(basename $file):$file:$target_owner \\" >>…
101 …echo " vendor/$target_owner/fugu/proprietary/$(basename $file):$file:$target_owner \\" >> $targ…
104 echo " $file \\" >> extract-lists.txt