Searched refs:p2p_size (Results 1 – 2 of 2) sorted by relevance
137 off_t p2p_size = utils::FileSize(p2p_sharing_fd_); in WriteToP2PFile() local138 if (p2p_size < 0) { in WriteToP2PFile()143 if (p2p_size < file_offset) { in WriteToP2PFile()145 << " but existing p2p file is only " << p2p_size in WriteToP2PFile()
264 off_t p2p_size = utils::FileSize(path); in CheckP2PFile() local265 if (p2p_size < 0) { in CheckP2PFile()271 if (p2p_size != expected_size) { in CheckP2PFile()273 << " but size was " << p2p_size; in CheckP2PFile()