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

  /frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/stress/
WifiApStress.java 48 private static String PASSWD = "androidwifi";
92 config.preSharedKey = PASSWD;
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.4.3/bin/
arm-eabi-gccbug 58 # How to read the passwd database.
59 PASSWD="cat /etc/passwd"
121 $PASSWD | grep "^$LOGNAME:" | awk -F: '{print $5}' | sed -e 's/,.*//' > $TEMP0
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/
arm-eabi-gccbug 58 # How to read the passwd database.
59 PASSWD="cat /etc/passwd"
121 $PASSWD | grep "^$LOGNAME:" | awk -F: '{print $5}' | sed -e 's/,.*//' > $TEMP0
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/bin/
i686-linux-gccbug 58 # How to read the passwd database.
59 PASSWD="cat /etc/passwd"
121 $PASSWD | grep "^$LOGNAME:" | awk -F: '{print $5}' | sed -e 's/,.*//' > $TEMP0

Completed in 56 milliseconds