Home
last modified time | relevance | path

Searched refs:TruncatePlatformFile (Results 1 – 5 of 5) sorted by relevance

/external/chromium/base/
Dplatform_file_unittest.cc202 TEST(PlatformFile, TruncatePlatformFile) { in TEST() argument
223 EXPECT_TRUE(base::TruncatePlatformFile(file, kExtendedFileLength)); in TEST()
238 EXPECT_TRUE(base::TruncatePlatformFile(file, kTruncatedFileLength)); in TEST()
Dplatform_file.h124 BASE_API bool TruncatePlatformFile(PlatformFile file, int64 length);
Dplatform_file_posix.cc157 bool TruncatePlatformFile(PlatformFile file, int64 length) { in TruncatePlatformFile() function
Dplatform_file_win.cc153 bool TruncatePlatformFile(PlatformFile file, int64 length) { in TruncatePlatformFile() function
Dfile_util_proxy.cc663 if (!base::TruncatePlatformFile(file_, length_)) in RunWork()
695 if (!base::TruncatePlatformFile(file, length_)) in RunWork()