HomeSort by relevance Sort by last modified time
    Searched refs:TruncatePlatformFile (Results 1 - 24 of 24) sorted by null

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

Completed in 281 milliseconds