Searched refs:fd_size (Results 1 – 3 of 3) sorted by relevance
230 size_t fd_size = sb.st_size; in ReadFdToString() local231 if (fd_size > content->capacity()) { in ReadFdToString()232 content->reserve(fd_size); in ReadFdToString()233 } else if (fd_size < content->capacity() && content->capacity() - fd_size >= 64) { in ReadFdToString()235 content->reserve(fd_size); in ReadFdToString()
45 uint64_t fd_size() const { return fd_size_; } in fd_size() function
158 fd_size_ = parser->fd_size(); in Parse()