Lines Matching defs:file
3 // found in the LICENSE file.
5 #include "base/files/file.h"
144 // Get the current file pointer.
153 // If length > file size, SetFilePointerEx() should extend the file
154 // with zeroes on all Windows standard file systems (NTFS, FATxx).
158 // Set the new file length and move the file pointer to its old position.
159 // This is consistent with ftruncate()'s behavior, even when the file
160 // pointer points to a location beyond the end of the file.
318 void File::SetPlatformFile(PlatformFile file) {
319 file_.Set(file);