Home
last modified time | relevance | path

Searched refs:FILE_ERROR_NO_MEMORY (Results 1 – 5 of 5) 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/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/libchrome/mojo/public/cpp/system/
Dfile_data_pipe_producer.cc42 case base::File::FILE_ERROR_NO_MEMORY: in FileErrorToMojoResult()