Searched refs:PASSWD (Results 1 - 2 of 2) sorted by relevance

/external/autotest/site_utils/
H A Dsetup_dev_autotest.sh43 PASSWD=
53 PASSWD=$OPTARG
95 if [ -z "${PASSWD}" ]; then
102 if [ -z "${PASSWD}" ]; then
103 read -s -p "Autotest DB password: " PASSWD
105 if [ -z "${PASSWD}" ]; then
111 if [ "${PASSWD}" != "${PASSWD2}" ]; then
160 password: ${PASSWD}
163 readonly_password: ${PASSWD}
199 elif mysql -u root -p"${PASSWD}"
[all...]
H A Dlabel_cleaner.py41 PASSWD = global_config.global_config.get_config_value( variable
185 passwd=PASSWD, db=DATABASE)

Completed in 115 milliseconds