Searched refs:FILE_ERROR_IO (Results 1 – 3 of 3) sorted by relevance
/external/libchrome/base/files/ | ||
D | file.cc | 131 case FILE_ERROR_IO: in ErrorToString() |
D | file.h | 114 FILE_ERROR_IO = -16, enumerator |
D | file_posix.cc | 407 return FILE_ERROR_IO; in OSErrorToFileError() |