Searched defs:getpass (Results 1 - 25 of 38) sorted by relevance

12

/external/lldb/test/pexpect-2.4/examples/
H A Dsshls.py10 import getpass, os namespace
44 password = getpass.getpass('Password: ')
H A Dpassmass.py7 import sys, getpass namespace
68 password = getpass.getpass('Current Password: ')
69 newpassword = getpass.getpass('New Password: ')
70 newpasswordconfirm = getpass.getpass('Confirm New Password: ')
H A Dssh_tunnel.py17 import getpass namespace
24 X = getpass.getpass('Password: ')
H A Dastat.py16 import os, sys, time, re, getopt, getpass namespace
54 password = getpass.getpass('password: ')
H A Dmonitor.py26 import os, sys, time, re, getopt, getpass namespace
74 password = getpass.getpass('password: ')
H A Dssh_session.py9 import getpass namespace
57 self.password = getpass.getpass('Remote password: ')
H A Dhive.py69 import sys, os, re, optparse, traceback, types, time, getpass namespace
174 password = getpass.getpass('%s password: ' % hostname)
204 cli_password = getpass.getpass('password: ')
H A Dbd_serv.py18 import time, sys, os, getopt, getpass, traceback, threading, socket namespace
172 password = getpass.getpass('password: ')
H A Dtopip.py50 import os, sys, time, re, getopt, pickle, getpass, smtplib namespace
140 password = getpass.getpass('password: ')
H A Dcgishell.cgi20 import socket, random, string, traceback, cgi, time, getopt, getpass, threading, resource, signal namespace
326 password = getpass.getpass('password: ')
/external/autotest/site_utils/
H A Dprodcertstatus_checker.py4 import getpass namespace
35 % (getpass.getuser(), tt, host))
49 '\n' % (getpass.getuser(), host))
H A Dabort_suite.py27 import getpass namespace
71 job__name__contains=substring, job__owner=getpass.getuser(),
H A Dset_tree_status.py12 import getpass namespace
27 password_file = os.path.join('/home', getpass.getuser(),
31 return getpass.getpass()
43 'username': getpass.getuser(),
H A Ddb_replica_checker.py18 import getpass namespace
110 if getpass.getuser() == SYSTEM_USER and not options.testmode:
H A Dlxc_config.py54 import getpass namespace
264 (getpass.getuser(), bool(utils.is_moblab()),
/external/autotest/frontend/afe/
H A Drpc_client_lib.py8 import getpass, os namespace
33 username = getpass.getuser()
/external/owasp/sanitizer/tools/
H A Dgooglecode_upload.py54 import getpass namespace
192 password = getpass.getpass()
/external/skia/tools/lua/
H A Dtrigger_ct_lua9 import getpass namespace
75 password = getpass.getpass(
/external/autotest/server/cros/
H A Drepair_utils.py9 import datetime, getpass, logging, operator, smtplib, urllib2, xmlrpclib namespace
22 'SCHEDULER', "notify_email_from", default=getpass.getuser())
/external/autotest/site_utils/lib/
H A Dinfra.py6 import getpass namespace
125 elif getpass.getuser() == 'chromeos-test':
/external/autotest/cli/
H A Djob.py19 import getpass, os, pwd, re, socket, sys namespace
126 self.data['owner'] = getpass.getuser()
/external/autotest/contrib/virt/
H A Dsite_job.py1 import os, re, sys, pwd, time, socket, getpass namespace
/external/autotest/frontend/shared/
H A Drest_client.py1 import copy, getpass, logging, pprint, re, urllib, urlparse namespace
16 headers = rpc_client_lib.authorization_headers(getpass.getuser(), uri)
/external/autotest/site_utils/suite_scheduler/
H A Dsuite_scheduler.py37 import getpass, logging, logging.handlers, optparse, os, re, signal, sys namespace
87 CONFIG_SECTION, "notify_email_from", default=getpass.getuser())
/external/autotest/server/
H A Dautoserv11 import getpass namespace
414 os.environ['USER'] = getpass.getuser()

Completed in 814 milliseconds

12