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