Lines Matching refs:FILE
6 # you may not use this file except in compliance with the License.
121 where=FILE
229 where=FILE
253 local serial i cur file
270 where=FILE
276 file="${COMP_WORDS[COMP_CWORD]}"
277 if [[ ${file} == "" ]]; then
278 file="/"
284 _adb_util_list_files $serial "$file"
286 FILE)
287 _adb_util_list_files $serial "$file"
300 file="$2"
307 command adb ${args[@]} shell ls -dF ${file}"*" '2>' /dev/null 2> /dev/null | tr -d '\r' | {
320 # Since we're probably doing file completion here, don't add a space after.
330 local file xspec i j
333 file=$1
336 # Since we're probably doing file completion here, don't add a space after.