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

  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/pyami/
config.py 35 BotoConfigLocations = [BotoConfigPath]
37 BotoConfigLocations.append(UserConfigPath)
42 BotoConfigLocations = [expanduser(os.environ['BOTO_CONFIG'])]
47 BotoConfigLocations = []
49 BotoConfigLocations.append(expanduser(path))
65 self.read(BotoConfigLocations)
  /external/chromium-trace/catapult/third_party/gsutil/gslib/
util.py 41 from boto.pyami.config import BotoConfigLocations
375 for path in BotoConfigLocations:
387 config_paths = boto.pyami.config.BotoConfigLocations
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/
__init__.py 27 from boto.pyami.config import Config, BotoConfigLocations
66 for file in BotoConfigLocations:
    [all...]

Completed in 77 milliseconds