Home
last modified time | relevance | path

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

/external/libchrome/mojo/public/cpp/base/
Dfile_error_mojom_traits.h35 case base::File::FILE_ERROR_NOT_A_DIRECTORY:
89 *out = base::File::FILE_ERROR_NOT_A_DIRECTORY;
/external/libchrome/base/files/
Dfile.cc119 case FILE_ERROR_NOT_A_DIRECTORY: in ErrorToString()
Dfile.h98 FILE_ERROR_NOT_A_DIRECTORY = -9, enumerator
Dfile_posix.cc430 return FILE_ERROR_NOT_A_DIRECTORY; in OSErrorToFileError()