Searched refs:mapPos (Results 1 – 1 of 1) sorted by relevance
103 inline int ExtendFile(const std::size_t mapPos, const std::size_t mapLength) in ExtendFile() argument105 if (ftruncate(fd_, mapPos + mapLength) != 0) { in ExtendFile()