Home
last modified time | relevance | path

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

/external/libchrome/base/files/
Dfile_posix.cc53 int CallFtruncate(PlatformFile file, int64_t length) { in CallFtruncate() function
96 int CallFtruncate(PlatformFile file, int64_t length) { in CallFtruncate() function
349 return !CallFtruncate(file_.get(), length); in SetLength()