HomeSort by relevance Sort by last modified time
    Searched refs:max_times (Results 1 - 3 of 3) sorted by null

  /device/google/bonito/
init.fingerprint.sh 13 max_times=10
19 # If not, $max_times keeps in default value
21 max_times=$1
22 echo $max_times
29 while [ "$init_retry_count" -le "$max_times" ]
36 if [ "$init_retry_count" -lt "$max_times" ]; then
  /device/google/crosshatch/
init.fingerprint.sh 13 max_times=10
19 # If not, $max_times keeps in default value
21 max_times=$1
22 echo $max_times
29 while [ "$init_retry_count" -le "$max_times" ]
36 if [ "$init_retry_count" -lt "$max_times" ]; then
  /device/google/wahoo/
init.fingerprint.sh 13 max_times=10
19 # If not, $max_times keeps in default value
21 max_times=$1
22 echo $max_times
29 while [ "$init_retry_count" -le "$max_times" ]
36 if [ "$init_retry_count" -lt "$max_times" ]; then

Completed in 839 milliseconds