Home
last modified time | relevance | path

Searched refs:getpass (Results 1 – 25 of 191) sorted by relevance

12345678

/external/autotest/site_utils/
Dset_tree_status.py12 import getpass
27 password_file = os.path.join('/home', getpass.getuser(),
31 return getpass.getpass()
43 'username': getpass.getuser(),
Dprodcertstatus_checker.py4 import getpass
35 % (getpass.getuser(), tt, host))
49 '\n' % (getpass.getuser(), host))
Dabort_suite.py27 import getpass
68 job__name__icontains=substring, job__owner=getpass.getuser(),
Ddb_replica_checker.py18 import getpass
110 if getpass.getuser() == SYSTEM_USER and not options.testmode:
/external/python/cpython2/Doc/library/
Dgetpass.rst1 :mod:`getpass` --- Portable password input
4 .. module:: getpass
10 The :mod:`getpass` module provides two functions:
13 .. function:: getpass([prompt[, stream]])
21 If echo free input is unavailable getpass() falls back to printing
31 If you call getpass from within IDLE, the input may be done in the
Dcrypt.rst48 import crypt, getpass, pwd
57 cleartext = getpass.getpass()
Dpoplib.rst188 import getpass, poplib
191 M.user(getpass.getuser())
192 M.pass_(getpass.getpass())
/external/python/cpython2/Lib/distutils/command/
Dregister.py11 import getpass
160 password = getpass.getpass('Password: ')
199 data['password'] = getpass.getpass('Password: ')
201 data['confirm'] = getpass.getpass(' Confirm: ')
/external/python/cpython2/Lib/distutils/tests/
Dtest_register.py5 import getpass
74 self._old_getpass = getpass.getpass
77 getpass.getpass = _getpass
82 getpass.getpass = self._old_getpass
Dtest_install_headers.py5 import getpass
/external/python/cpython2/Lib/
Dgetpass.py173 getpass = fallback_getpass variable
175 getpass = AskPassword variable
177 getpass = win_getpass variable
179 getpass = unix_getpass variable
/external/toolchain-utils/
Dtc_enter_chroot.py14 import getpass
173 getpass.getuser(), 'ro')
189 getpass.getuser())
199 getpass.getuser()))
209 getpass.getuser())
218 command = 'sudo chown ' + getpass.getuser() + ' ' + full_mounted_tc_root
281 getpass.getuser(), options)
Dfile_lock_machine.py13 import getpass
216 lock.owner = getpass.getuser()
235 if lock.owner != getpass.getuser() and not force:
237 (getpass.getuser(), lock.owner))
Dbuild_tc.py16 import getpass
90 getpass.getuser(), 'ro')
107 getpass.getuser())
/external/skia/tools/lua/
Dtrigger_ct_lua9 import getpass
75 password = getpass.getpass(
/external/autotest/frontend/afe/
Drpc_client_lib.py8 import getpass, os
33 username = getpass.getuser()
/external/devlib/devlib/
Dhost.py20 from getpass import getpass
85 password = getpass('sudo password:')
/external/owasp/sanitizer/tools/
Dgooglecode_upload.py54 import getpass
192 password = getpass.getpass()
/external/toolchain-utils/automation/common/
Djob_group.py4 import getpass
25 HOMEDIR_PREFIX = os.path.join('/home', getpass.getuser(), 'www', 'automation')
/external/toolchain-utils/cwp/interpreter/
Dapp_engine_pull.py18 import getpass
44 password = getpass.getpass('Password: ')
/external/autotest/site_utils/lib/
Dinfra.py6 import getpass
137 elif getpass.getuser() == 'chromeos-test':
/external/llvm/test/CodeGen/PowerPC/
Dpreincprep-invoke.ll30 %call7 = invoke i8* @getpass()
51 declare i8* @getpass()
/external/compiler-rt/test/sanitizer_common/TestCases/Posix/
Dgetpass.cc29 char *s = getpass("prompt"); in main()
/external/python/cpython2/Tools/pybench/
DCommandLine.py55 import getpass
56 entry = getpass.getpass(prompt)
/external/autotest/site_utils/lxc/
Dconfig.py89 import getpass
347 (getpass.getuser(), bool(utils.is_moblab()),

12345678