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

  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/s3/
resumable_download_handler.py 72 def get_cur_file_size(fp, position_to_eof=False):
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/
util.py 888 def GetFileSize(fp, position_to_eof=False):
890 if not position_to_eof:
894 if not position_to_eof:
    [all...]

Completed in 3202 milliseconds