Home
last modified time | relevance | path

Searched refs:CallFtruncate (Results 1 – 1 of 1) sorted by relevance

/third_party/gn/src/base/files/
Dfile_posix.cc46 int CallFtruncate(PlatformFile file, int64_t length) { in CallFtruncate() function
72 int CallFtruncate(PlatformFile file, int64_t length) { in CallFtruncate() function
260 return !CallFtruncate(file_.get(), length); in SetLength()