Home
last modified time | relevance | path

Searched refs:FILE_ERROR_NO_SPACE (Results 1 – 3 of 3) sorted by relevance

/external/libchrome/base/files/
Dfile.cc115 case FILE_ERROR_NO_SPACE: in ErrorToString()
Dfile.h109 FILE_ERROR_NO_SPACE = -8, enumerator
Dfile_posix.cc415 return FILE_ERROR_NO_SPACE; in OSErrorToFileError()