Searched refs:eofPos (Results 1 – 1 of 1) sorted by relevance
564 int64_t eofPos = (int64_t) file.tellg(); in handleFile() local581 eofPos = (int64_t) file.tellg(); in handleFile()583 eofPos = eofPos - (int64_t) file.tellg(); in handleFile()584 if (eofPos == 0) { in handleFile()591 os << (-eofPos) << " unprocessed bytes at end"; in handleFile()