CallFtruncate     410 base/files/file_posix.cc   return !CallFtruncate(file_.get(), length);
CallFtruncate     346 base/platform_file_posix.cc   return ((file >= 0) && !CallFtruncate(file, length));