ftruncate         233 base/file_util.cc   if (ftruncate(fd, current_offset) != 0)
ftruncate          54 base/files/file_posix.cc   return HANDLE_EINTR(ftruncate(file, length));
ftruncate         218 base/memory/shared_memory_posix.cc       if (HANDLE_EINTR(ftruncate(fileno(fp.get()), options.size)) != 0)
ftruncate          54 base/platform_file_posix.cc   return HANDLE_EINTR(ftruncate(file, length));
ftruncate         322 chrome/browser/chromeos/external_metrics.cc   result = ftruncate(fd, 0);
ftruncate          76 mojo/system/raw_shared_buffer_posix.cc   if (HANDLE_EINTR(ftruncate(fd.get(), static_cast<off_t>(num_bytes_))) != 0) {
ftruncate         104 native_client_sdk/src/libraries/nacl_io/fuse.h   int (*ftruncate)(const char* path, off_t, struct fuse_file_info*);
ftruncate         294 native_client_sdk/src/libraries/nacl_io/fusefs/fuse_fs.cc   if (!fuse_ops_->ftruncate)
ftruncate         297 native_client_sdk/src/libraries/nacl_io/fusefs/fuse_fs.cc   int result = fuse_ops_->ftruncate(path_.c_str(), length, &info_);
ftruncate         227 native_client_sdk/src/libraries/nacl_io/kernel_intercept.cc   return s_state.kp->ftruncate(fd, length);
ftruncate         665 native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc   int result = ftruncate(fd, len);
ftruncate         114 native_client_sdk/src/libraries/nacl_io/kernel_proxy.h   virtual int ftruncate(int fd, off_t length);
ftruncate          64 native_client_sdk/src/libraries/nacl_io/kernel_wrap.h int ftruncate(int fd, off_t length) NOTHROW;
ftruncate          71 native_client_sdk/src/libraries/nacl_io/kernel_wrap_newlib.cc   OP(dev_fdio, ftruncate); \
ftruncate         158 native_client_sdk/src/libraries/nacl_io/kernel_wrap_newlib.cc int WRAP(ftruncate)(int fd, off_t length) {
ftruncate         242 native_client_sdk/src/tests/nacl_io_test/kernel_wrap_test.cc TEST_F(KernelWrapTest, ftruncate) {
ftruncate         243 native_client_sdk/src/tests/nacl_io_test/kernel_wrap_test.cc   EXPECT_CALL(mock, ftruncate(kDummyInt, kDummyInt2))
ftruncate         245 native_client_sdk/src/tests/nacl_io_test/kernel_wrap_test.cc   EXPECT_EQ(kDummyInt3, ftruncate(kDummyInt, kDummyInt2));
ftruncate          32 native_client_sdk/src/tests/nacl_io_test/mock_kernel_proxy.h   MOCK_METHOD2(ftruncate, int(int, off_t));
ftruncate         151 net/base/file_stream_context_posix.cc   if (ftruncate(file_.GetPlatformFile(), bytes) != 0) {
ftruncate         133 net/tools/flip_server/flip_in_mem_edsm_server.cc     if (ftruncate(fd, pid_stat.st_size) == -1) {
ftruncate         149 third_party/npapi/npspy/extern/nspr/md/sunos4.h extern int ftruncate(int, off_t);
ftruncate        24468 third_party/sqlite/amalgamation/sqlite3.c   { "ftruncate",    (sqlite3_syscall_ptr)ftruncate,  0  },
ftruncate         327 third_party/sqlite/src/src/os_unix.c   { "ftruncate",    (sqlite3_syscall_ptr)ftruncate,  0  },
ftruncate         307 third_party/sqlite/src/src/test_demovfs.c   if( ftruncate(((DemoFile *)pFile)->fd, size) ) return SQLITE_IOERR_TRUNCATE;
ftruncate          67 third_party/talloc/libreplace/test/testsuite.c 	if (ftruncate(fd, size) != 0) {
ftruncate         176 third_party/tcmalloc/chromium/src/memfs_malloc.cc   int ret = ftruncate(hugetlb_fd_, hugetlb_base_ + size + extra);
ftruncate         176 third_party/tcmalloc/vendor/src/memfs_malloc.cc   int ret = ftruncate(hugetlb_fd_, hugetlb_base_ + size + extra);