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