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

  /external/skia/tools/
retrieve_from_googlesource.py 28 base64_url = '/'.join((repo_url, '+', 'master', filepath)) + '?format=TEXT'
29 with closing(urllib2.urlopen(base64_url)) as f:
  /external/skqp/tools/
retrieve_from_googlesource.py 28 base64_url = '/'.join((repo_url, '+', 'master', filepath)) + '?format=TEXT'
29 with closing(urllib2.urlopen(base64_url)) as f:

Completed in 785 milliseconds