Home
last modified time | relevance | path

Searched refs:position_to_eof (Results 1 – 2 of 2) sorted by relevance

/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/s3/
Dresumable_download_handler.py72 def get_cur_file_size(fp, position_to_eof=False): argument
76 if isinstance(fp, KeyFile) and not position_to_eof:
79 if not position_to_eof:
83 if not position_to_eof:
182 cur_file_size = get_cur_file_size(fp, position_to_eof=True)
/external/chromium-trace/catapult/third_party/gsutil/gslib/
Dutil.py888 def GetFileSize(fp, position_to_eof=False): argument
890 if not position_to_eof:
894 if not position_to_eof: