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

  /external/chromium_org/third_party/binutils/
upload.sh 22 if [ ! -f ~/.boto ]; then
  /external/chromium_org/chrome/test/ispy/client/
boto_bucket.py 9 # boto requires depot_tools/third_party be in the path. Use
16 import boto namespace
22 """Interfaces with GS using the boto library."""
32 uri = boto.storage_uri('', 'gs')
37 key = boto.gs.key.Key(self.bucket)
80 # Corrects a bug in boto that incorrectly generates a url
  /external/chromium_org/third_party/skia/bench/
tile_analyze.py 12 import boto namespace
96 uri = boto.storage_uri(URI_BUCKET, GOOGLE_STORAGE_URI_SCHEME)
97 # The boto API does not allow prefix/wildcard matching of Google Storage
  /external/skia/bench/
tile_analyze.py 12 import boto namespace
96 uri = boto.storage_uri(URI_BUCKET, GOOGLE_STORAGE_URI_SCHEME)
97 # The boto API does not allow prefix/wildcard matching of Google Storage

Completed in 91 milliseconds