Home
last modified time | relevance | path

Searched refs:error_details (Results 1 - 6 of 6) sorted by relevance

/third_party/gn/src/base/files/
H A Dfile.cc39 File::File(Error error_details) : error_details_(error_details) {} in File() argument
42 : file_(other.TakePlatformFile()), error_details_(other.error_details()) {} in File()
52 error_details_ = other.error_details(); in operator =()
H A Dfile.h130 // Creates an object with a specific error_details code.
131 explicit File(Error error_details);
152 Error error_details() const { return error_details_; } in error_details() function in base::File
/third_party/node/deps/v8/third_party/zlib/google/
H A Dzip.cc69 << base::File::ErrorToString(file.error_details());
180 << base::File::ErrorToString(file.error_details()); in Unzip()
H A Dzip_reader.cc651 << base::File::ErrorToString(owned_file_.error_details()); in PrepareOutput()
/third_party/node/deps/zlib/google/
H A Dzip.cc69 << base::File::ErrorToString(file.error_details());
180 << base::File::ErrorToString(file.error_details()); in Unzip()
H A Dzip_reader.cc693 << base::File::ErrorToString(owned_file_.error_details()); in PrepareOutput()

Completed in 4 milliseconds