Home | History | Annotate | Download | only in patches

Lines Matching refs:device

27 device=/sdcard/android.testssl
33 CAkey="$device/keyCA.ss"
34 CAcert="$device/certCA.ss"
35 CAreq="$device/reqCA.ss"
36 CAconf="$device/CAss.cnf"
38 Uconf="$device/Uss.cnf"
39 Ureq="$device/reqU.ss"
40 Ukey="$device/keyU.ss"
41 Ucert="$device/certU.ss"
46 adb shell rm -r $device
47 adb shell mkdir $device
50 echo "pushing test files to device"
51 adb push . $device
55 adb shell "echo \"string to make the random number generator think it has entropy\" >> $device/.rnd"
77 adb shell rm -r $device