/external/chromium/base/ |
D | platform_file_unittest.cc | 202 TEST(PlatformFile, TruncatePlatformFile) { in TEST() argument 223 EXPECT_TRUE(base::TruncatePlatformFile(file, kExtendedFileLength)); in TEST() 238 EXPECT_TRUE(base::TruncatePlatformFile(file, kTruncatedFileLength)); in TEST()
|
D | platform_file.h | 124 BASE_API bool TruncatePlatformFile(PlatformFile file, int64 length);
|
D | platform_file_posix.cc | 157 bool TruncatePlatformFile(PlatformFile file, int64 length) { in TruncatePlatformFile() function
|
D | platform_file_win.cc | 153 bool TruncatePlatformFile(PlatformFile file, int64 length) { in TruncatePlatformFile() function
|
D | file_util_proxy.cc | 663 if (!base::TruncatePlatformFile(file_, length_)) in RunWork() 695 if (!base::TruncatePlatformFile(file, length_)) in RunWork()
|
/external/chromium_org/base/ |
D | platform_file_unittest.cc | 277 TEST(PlatformFile, TruncatePlatformFile) { in TEST() argument 298 EXPECT_TRUE(TruncatePlatformFile(file, kExtendedFileLength)); in TEST() 313 EXPECT_TRUE(TruncatePlatformFile(file, kTruncatedFileLength)); in TEST()
|
D | platform_file.h | 211 BASE_EXPORT bool TruncatePlatformFile(PlatformFile file, int64 length);
|
D | platform_file_win.cc | 210 bool TruncatePlatformFile(PlatformFile file, int64 length) { in TruncatePlatformFile() function
|
D | platform_file_posix.cc | 344 bool TruncatePlatformFile(PlatformFile file, int64 length) { in TruncatePlatformFile() function
|
/external/chromium_org/courgette/ |
D | memory_allocator.cc | 60 return base::TruncatePlatformFile(file_, size); in SetSize()
|
/external/chromium_org/chrome/browser/chromeos/drive/file_system/ |
D | truncate_operation.cc | 54 if (!base::TruncatePlatformFile(file, length)) in TruncateOnBlockingPool()
|
/external/chromium_org/net/disk_cache/ |
D | file_posix.cc | 147 return base::TruncatePlatformFile(platform_file_, length); in SetLength()
|
D | file_ios.cc | 266 return base::TruncatePlatformFile(platform_file_, length); in SetLength()
|
D | entry_unittest.cc | 2503 const bool result = base::TruncatePlatformFile(file, length); in TruncatePath()
|
/external/chromium_org/net/disk_cache/simple/ |
D | simple_synchronous_entry.cc | 42 using base::TruncatePlatformFile; 367 if (!TruncatePlatformFile(files_[file_index], file_eof_offset)) { in WriteData() 390 if (!TruncatePlatformFile(files_[file_index], file_eof_offset)) { in WriteData() 671 !TruncatePlatformFile(files_[file_index], eof_offset)) { in Close() 1249 if (!TruncatePlatformFile(sparse_file_, header_and_key_length)) { in TruncateSparseFile()
|
/external/chromium_org/webkit/browser/fileapi/ |
D | sandbox_prioritized_origin_database.cc | 38 base::TruncatePlatformFile(file, 0); in WritePrimaryOriginFile()
|
D | native_file_util.cc | 241 if (!base::TruncatePlatformFile(file, length)) in Truncate()
|
/external/chromium_org/chrome/browser/chromeos/drive/ |
D | fileapi_worker_unittest.cc | 91 EXPECT_TRUE(base::TruncatePlatformFile(platform_file, data_size)); in VerifyWrite()
|
/external/chromium_org/content/browser/renderer_host/pepper/ |
D | quota_reservation_unittest.cc | 112 ASSERT_TRUE(base::TruncatePlatformFile(file, size)); in SetFileSize()
|
/external/chromium_org/webkit/browser/fileapi/quota/ |
D | quota_reservation_manager_unittest.cc | 127 ASSERT_TRUE(base::TruncatePlatformFile(file, size)); in SetFileSize()
|
/external/chromium_org/content/browser/indexed_db/leveldb/ |
D | leveldb_unittest.cc | 71 base::TruncatePlatformFile(handle, 0); in TEST()
|
/external/chromium_org/base/files/ |
D | file_util_proxy.cc | 373 Bind(&TruncatePlatformFile, file, length), in Truncate()
|
/external/chromium_org/webkit/browser/database/ |
D | database_tracker_unittest.cc | 183 if (!base::TruncatePlatformFile(file, length)) in EnsureFileOfSize()
|
/external/chromium_org/content/browser/fileapi/ |
D | obfuscated_file_util_unittest.cc | 551 ASSERT_TRUE(base::TruncatePlatformFile(file_handle, src_file_length)); in TestCopyInForeignFileHelper()
|