Searched refs:CallFtruncate (Results 1 – 1 of 1) sorted by relevance
52 int CallFtruncate(PlatformFile file, int64_t length) { in CallFtruncate() function92 int CallFtruncate(PlatformFile file, int64_t length) { in CallFtruncate() function336 return !CallFtruncate(file_.get(), length); in SetLength()