TruncatePlatformFile  391 base/files/file_util_proxy.cc       Bind(&TruncatePlatformFile, file, length),
TruncatePlatformFile  211 base/platform_file.h BASE_EXPORT bool TruncatePlatformFile(PlatformFile file, int64 length);
TruncatePlatformFile  277 base/platform_file_unittest.cc TEST(PlatformFile, TruncatePlatformFile) {
TruncatePlatformFile  298 base/platform_file_unittest.cc   EXPECT_TRUE(TruncatePlatformFile(file, kExtendedFileLength));
TruncatePlatformFile  313 base/platform_file_unittest.cc   EXPECT_TRUE(TruncatePlatformFile(file, kTruncatedFileLength));
TruncatePlatformFile   91 chrome/browser/chromeos/drive/fileapi/fileapi_worker_unittest.cc   EXPECT_TRUE(base::TruncatePlatformFile(platform_file, data_size));
TruncatePlatformFile  414 content/browser/indexed_db/indexed_db_browsertest.cc         base::TruncatePlatformFile(f, size);