Home
last modified time | relevance | path

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

/external/libchrome/base/files/
Dfile.cc107 case FILE_ERROR_NOT_FOUND: in ErrorToString()
Dfile.h101 FILE_ERROR_NOT_FOUND = -4, enumerator
Dfile_posix.cc409 return FILE_ERROR_NOT_FOUND; in OSErrorToFileError()
Dfile_unittest.cc40 EXPECT_EQ(base::File::FILE_ERROR_NOT_FOUND, file.error_details()); in TEST()