Searched refs:TruncatePlatformFile (Results 1 – 5 of 5) sorted by relevance
202 TEST(PlatformFile, TruncatePlatformFile) { in TEST() argument223 EXPECT_TRUE(base::TruncatePlatformFile(file, kExtendedFileLength)); in TEST()238 EXPECT_TRUE(base::TruncatePlatformFile(file, kTruncatedFileLength)); in TEST()
124 BASE_API bool TruncatePlatformFile(PlatformFile file, int64 length);
157 bool TruncatePlatformFile(PlatformFile file, int64 length) { in TruncatePlatformFile() function
153 bool TruncatePlatformFile(PlatformFile file, int64 length) { in TruncatePlatformFile() function
663 if (!base::TruncatePlatformFile(file_, length_)) in RunWork()695 if (!base::TruncatePlatformFile(file, length_)) in RunWork()