Lines Matching refs:File
41 class File {
90 // too, and the ParamTraits<base::File::Info> implementation in
120 File();
124 File(const FilePath& path, uint32_t flags);
127 explicit File(ScopedPlatformFile platform_file);
128 explicit File(PlatformFile platform_file);
131 explicit File(Error error_details);
133 File(File&& other);
135 ~File();
137 File& operator=(File&& other);
149 // File file(path, flags);
253 File Duplicate() const;
262 // closest base::File::Error equivalent via OSErrorToFileError(). The returned
263 // value is only trustworthy immediately after another base::File method
264 // fails. base::File never resets the global error to zero.
281 File(const File&) = delete;
282 File& operator=(const File&) = delete;