Home
last modified time | relevance | path

Searched refs:FILE_ERROR_IO (Results 1 – 4 of 4) sorted by relevance

/external/libchrome/mojo/public/cpp/base/
Dfile_error_mojom_traits.h49 case base::File::FILE_ERROR_IO:
110 *out = base::File::FILE_ERROR_IO;
/external/libchrome/base/files/
Dfile.cc133 case FILE_ERROR_IO: in ErrorToString()
Dfile.h105 FILE_ERROR_IO = -16, enumerator
Dfile_posix.cc419 return FILE_ERROR_IO; in OSErrorToFileError()