HomeSort by relevance Sort by last modified time
    Searched refs:netrc (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/test/chromedriver/third_party/googlecode/
googlecode_upload.py 177 from netrc import netrc namespace
179 netrc_path = os.path.join(os.path.expanduser('~'), '.netrc')
180 authenticators = netrc(netrc_path).authenticators("code.google.com")
  /external/chromium_org/tools/
check_git_config.py 24 import netrc namespace
68 # Possible chunks of git push response in case .netrc is misconfigured.
122 """Reads 'user' field of a host entry in netrc.
124 Returns empty string if netrc is missing, or host is not there.
192 '_netrc' if sys.platform.startswith('win') else '.netrc')
196 # Netrc exists?
203 netrc_obj = netrc.netrc(netrc_path)
205 logging.exception('Failed to read netrc from %s', netrc_path)
314 # Don't even try to push if netrc is not configured
    [all...]

Completed in 929 milliseconds