/external/autotest/site_utils/ |
set_tree_status.py | 27 password_file = os.path.join('/home', getpass.getuser(), 43 'username': getpass.getuser(),
|
abort_suite.py | 68 job__name__icontains=substring, job__owner=getpass.getuser(),
|
db_replica_checker.py | 110 if getpass.getuser() == SYSTEM_USER and not options.testmode:
|
/external/autotest/frontend/afe/ |
rpc_client_lib.py | 55 username = getpass.getuser()
|
/external/toolchain-utils/ |
tc_enter_chroot.py | 181 getpass.getuser(), 'ro') 197 getpass.getuser()) 207 MountPoint(output, full_mounted_tc_root + '/output', getpass.getuser())) 217 getpass.getuser()) 226 command = 'sudo chown ' + getpass.getuser() + ' ' + full_mounted_tc_root 289 getpass.getuser(), options)
|
file_lock_machine.py | 217 lock.owner = getpass.getuser() 236 if lock.owner != getpass.getuser() and not force: 238 (getpass.getuser(), lock.owner))
|
build_tc.py | 90 getpass.getuser(), 'ro') 107 getpass.getuser())
|
/external/autotest/site_utils/lxc/ |
unittest_setup.py | 40 if getpass.getuser() == 'root':
|
config.py | 336 (getpass.getuser(), bool(utils.is_moblab()),
|
/external/python/cpython3/Lib/test/ |
test_getpass.py | 23 self.assertEqual(expected_name, getpass.getuser()) 28 getpass.getuser() 44 getpass.getuser()) 47 self.assertRaises(ImportError, getpass.getuser)
|
/test/framework/harnesses/host_controller/acloud/ |
acloud_client.py | 91 email = getpass.getuser() + '@google.com', 115 email = getpass.getuser() + '@google.com'
|
/external/toolchain-utils/automation/common/ |
job_group.py | 25 HOMEDIR_PREFIX = os.path.join('/home', getpass.getuser(), 'www', 'automation')
|
/external/autotest/site_utils/lib/ |
infra.py | 137 elif getpass.getuser() == 'chromeos-test':
|
/tools/acloud/internal/lib/ |
utils_test.py | 52 utils.SSH_KEYGEN_CMD + ["-C", getpass.getuser(), "-f", private_key],
|
/tools/acloud/public/ |
acloud_main.py | 207 default=getpass.getuser(), 209 getpass.getuser())
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
getpass.py | 4 getuser() - Get the user name from the environment or password database.
20 __all__ = ["getpass","getuser","GetPassWarning"]
141 def getuser():
function
|
/external/python/cpython2/Lib/ |
getpass.py | 4 getuser() - Get the user name from the environment or password database. 20 __all__ = ["getpass","getuser","GetPassWarning"] 141 def getuser(): function
|
/external/python/cpython3/Lib/ |
getpass.py | 4 getuser() - Get the user name from the environment or password database. 23 __all__ = ["getpass","getuser","GetPassWarning"] 154 def getuser(): function
|
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
getpass.py | 4 getuser() - Get the user name from the environment or password database. 20 __all__ = ["getpass","getuser","GetPassWarning"] 141 def getuser(): function
|
/prebuilts/gdb/linux-x86/lib/python2.7/ |
getpass.py | 4 getuser() - Get the user name from the environment or password database. 20 __all__ = ["getpass","getuser","GetPassWarning"] 141 def getuser(): function
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
getpass.py | 4 getuser() - Get the user name from the environment or password database. 20 __all__ = ["getpass","getuser","GetPassWarning"] 141 def getuser(): function
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
getpass.py | 4 getuser() - Get the user name from the environment or password database. 20 __all__ = ["getpass","getuser","GetPassWarning"] 141 def getuser(): function
|
/external/toolchain-utils/dejagnu/ |
run_dejagnu.py | 347 getpass.getuser(), 'ro'), 350 getpass.getuser(), 'rw')]
|
/external/skia/tools/android/ |
upload_to_android.py | 107 'git config user.email %s@google.com' % getpass.getuser(), shell=True)
|
/external/skqp/tools/android/ |
upload_to_android.py | 107 'git config user.email %s@google.com' % getpass.getuser(), shell=True)
|