Searched refs:position_to_eof (Results 1 – 2 of 2) sorted by relevance
72 def get_cur_file_size(fp, position_to_eof=False): argument76 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)
888 def GetFileSize(fp, position_to_eof=False): argument890 if not position_to_eof:894 if not position_to_eof: