Home
last modified time | relevance | path

Searched refs:EIGHT_MIB (Results 1 – 3 of 3) sorted by relevance

/external/chromium-trace/catapult/third_party/gsutil/gslib/commands/
Dconfig.py49 from gslib.util import EIGHT_MIB
509 'resumable_threshold': EIGHT_MIB,
/external/chromium-trace/catapult/third_party/gsutil/gslib/
Dutil.py84 EIGHT_MIB = 8 * ONE_MIB variable
688 return config.getint('GSUtil', 'resumable_threshold', EIGHT_MIB)
/external/chromium-trace/catapult/third_party/gsutil/gslib/tests/
Dtest_cp.py63 from gslib.util import EIGHT_MIB
1517 boto_config_for_test = ('GSUtil', 'resumable_threshold', str(EIGHT_MIB))