Home | History | Annotate | Download | only in files

Lines Matching refs:File

3 // found in the LICENSE file.
5 #include "base/files/file.h"
12 File::Info::Info()
18 File::Info::~Info() {
21 File::File()
29 File::File(const FilePath& name, uint32 flags)
38 File::File(PlatformFile platform_file)
48 File::File(Error error_details)
55 File::File(RValue other)
62 File::~File() {
67 File& File::operator=(RValue other) {
79 void File::Initialize(const FilePath& name, uint32 flags) {
88 std::string File::ErrorToString(Error error) {