Searched defs:USER (Results 1 - 5 of 5) sorted by relevance
| /third_party/python/Tools/msi/ | ||
| H A D | uploadrelease.bat | 8 set USER=
variable 20 if "%1" EQU "-u" (set USER=%~2) && shift && shift && goto CheckOpts variable 21 if "%1" EQU "--user" (set USER=%~2) && shift && shift && goto CheckOpts variable |
| /third_party/rust/crates/rustix/src/thread/ | ||
| H A D | setns.rs | 28 const USER = CLONE_NEWUSER; consts |
| /third_party/skia/third_party/externals/microhttpd/doc/examples/ | ||
| H A D | tlsauthentication.c | 19 #define USER "a legitimate user" macro |
| /third_party/python/Lib/test/ | ||
| H A D | test_urllib2_localnet.py | 209 USER = 'testUser' variable in BasicAuthHandler 284 USER = "testUser" variable in BasicAuthTests 327 USER = "tester" variable in ProxyAuthTests [all...] |
| /third_party/python/Lib/ | ||
| H A D | imaplib.py | 1570 USER = getpass.getuser() variable |
Completed in 5 milliseconds