Searched refs:getpass (Results 1 - 25 of 52) sorted by relevance

123

/external/autotest/site_utils/
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 Dprodcertstatus_checker.py4 import getpass namespace
35 % (getpass.getuser(), tt, host))
49 '\n' % (getpass.getuser(), host))
H A Dabort_suite.py27 import getpass namespace
67 job__name__contains=substring, job__owner=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.py89 import getpass namespace
342 (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/compiler-rt/test/sanitizer_common/TestCases/Posix/
H A Dgetpass.cc29 char *s = getpass("prompt");
/external/toolchain-utils/automation/common/
H A Djob_group.py4 import getpass namespace
25 HOMEDIR_PREFIX = os.path.join('/home', getpass.getuser(), 'www', 'automation')
/external/skia/tools/lua/
H A Dtrigger_ct_lua9 import getpass namespace
75 password = getpass.getpass(
/external/autotest/site_utils/lib/
H A Dinfra.py6 import getpass namespace
137 elif getpass.getuser() == 'chromeos-test':
/external/toolchain-utils/
H A Dtc_enter_chroot.py14 import getpass namespace
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)
H A Dbuild_tc.py16 import getpass namespace
90 getpass.getuser(), 'ro')
107 getpass.getuser())
H A Dfile_lock_machine.py13 import getpass namespace
216 lock.owner = getpass.getuser()
235 if lock.owner != getpass.getuser() and not force:
237 (getpass.getuser(), lock.owner))
H A Dafe_lock_machine.py9 import getpass namespace
105 self.user = getpass.getuser()
/external/owasp/sanitizer/tools/
H A Dgooglecode_upload.py54 import getpass namespace
192 password = getpass.getpass()
/external/toolchain-utils/cwp/interpreter/
H A Dapp_engine_pull.py18 import getpass namespace
44 password = getpass.getpass('Password: ')
/external/autotest/cli/
H A Djob_unittest.py10 import copy, getpass, unittest, sys namespace
110 self.god.stub_function(getpass, 'getuser')
111 getpass.getuser.expect_call().and_return('user0')
/external/autotest/site_utils/suite_scheduler/
H A Dsuite_scheduler.py37 import getpass, logging, logging.handlers, optparse, os, re, signal, sys namespace
93 CONFIG_SECTION, "notify_email_from", default=getpass.getuser())
/external/toolchain-utils/dejagnu/
H A Drun_dejagnu.py8 import getpass namespace
347 getpass.getuser(), 'ro'),
350 getpass.getuser(), 'rw')]
/external/libpcap/lbl/
H A Dos-sunos4.h93 char *getpass(char *);
/external/openssh/openbsd-compat/
H A Dreadpassphrase.c200 getpass(const char *prompt)
/external/selinux/policycoreutils/run_init/
H A Drun_init.c162 #define PASSWORD_PROMPT _("Password:") /* prompt for getpass() */
202 if (!(unencrypted_password_s = getpass(PASSWORD_PROMPT))) {
203 fprintf(stderr, _("getpass cannot open /dev/tty\n"));
/external/tcpdump/lbl/
H A Dos-sunos4.h93 char *getpass(char *);
/external/toolchain-utils/fdo_scripts/
H A Dvanilla_vs_fdo.py4 import getpass namespace
200 chroot_profile_dir = os.path.join('/home/%s/trunk' % getpass.getuser(),
/external/clang/tools/scan-build-py/libscanbuild/
H A Dreport.py102 import getpass namespace
131 user_name=getpass.getuser(),

Completed in 1250 milliseconds

123