Searched refs:username (Results 1 – 3 of 3) sorted by relevance
/bionic/tests/ |
D | stubs_test.cpp | 36 static void check_passwd(const passwd* pwd, const char* username, uid_t uid, uid_type_t uid_type) { in check_passwd() argument 38 ASSERT_STREQ(username, pwd->pw_name); in check_passwd() 54 static void check_getpwuid(const char* username, uid_t uid, uid_type_t uid_type) { in check_getpwuid() argument 59 check_passwd(pwd, username, uid, uid_type); in check_getpwuid() 62 static void check_getpwnam(const char* username, uid_t uid, uid_type_t uid_type) { in check_getpwnam() argument 64 passwd* pwd = getpwnam(username); in check_getpwnam() 67 check_passwd(pwd, username, uid, uid_type); in check_getpwnam() 70 static void check_getpwuid_r(const char* username, uid_t uid, uid_type_t uid_type) { in check_getpwuid_r() argument 81 check_passwd(pwd, username, uid, uid_type); in check_getpwuid_r() 84 static void check_getpwnam_r(const char* username, uid_t uid, uid_type_t uid_type) { in check_getpwnam_r() argument [all …]
|
/bionic/tools/bionicbb/ |
D | presubmit.py | 68 username = config.jenkins_credentials['username'] 71 jenkins = jenkinsapi.api.Jenkins(jenkins_url, username, password) 98 username = config.jenkins_credentials['username'] 101 jenkins = jenkinsapi.api.Jenkins(jenkins_url, username, password)
|
D | README.md | 28 'username': 'JENKINS_USERNAME',
|