Home
last modified time | relevance | path

Searched refs:LEN (Results 1 – 2 of 2) sorted by relevance

/system/bt/gd/cert/
Dset_up_and_run_device_cert.sh11 LEN=${#SERIALS[@]}
13 if [ $LEN -lt 1 ]; then
18 if [ "$LEN" == "" ]; then
19 LEN=0
26 if [ $LEN -gt 1 ]; then
31 let fixed_len=$LEN-1
46 if [ $answer -ge $LEN ]; then
Drun429 LEN=${#SERIALS[@]}
431 if [ $LEN -lt 1 ]; then
436 if [ "$LEN" == "" ]; then
437 LEN=0
444 if [ $LEN -gt 1 ]; then
449 let fixed_len=$LEN-1
464 if [ $answer -ge $LEN ]; then