Home
last modified time | relevance | path

Searched refs:FILE_ERROR_NO_MEMORY (Results 1 – 10 of 10) sorted by relevance

/external/libchrome/mojo/public/cpp/base/
Dfile_error_mojom_traits.h31 case base::File::FILE_ERROR_NO_MEMORY:
83 *out = base::File::FILE_ERROR_NO_MEMORY;
/external/cronet/net/base/
Dnet_errors.cc103 case base::File::FILE_ERROR_NO_MEMORY: in FileErrorToNetError()
/external/libchrome/base/files/
Dfile.cc115 case FILE_ERROR_NO_MEMORY: in ErrorToString()
Dfile.h96 FILE_ERROR_NO_MEMORY = -7, enumerator
Dfile_posix.cc426 return FILE_ERROR_NO_MEMORY; in OSErrorToFileError()
/external/cronet/base/files/
Dfile.cc141 case FILE_ERROR_NO_MEMORY: in ErrorToString()
Dfile.h92 FILE_ERROR_NO_MEMORY = -7, enumerator
Dfile_win.cc345 return FILE_ERROR_NO_MEMORY; in OSErrorToFileError()
Dfile_posix.cc463 return FILE_ERROR_NO_MEMORY; in OSErrorToFileError()
/external/libchrome/mojo/public/cpp/system/
Dfile_data_pipe_producer.cc42 case base::File::FILE_ERROR_NO_MEMORY: in FileErrorToMojoResult()