Home
last modified time | relevance | path

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

/third_party/gn/src/base/files/
H A Dfile.cc81 case FILE_ERROR_NOT_FOUND: in ErrorToString()
82 return "FILE_ERROR_NOT_FOUND"; in ErrorToString()
H A Dfile.h67 FILE_ERROR_NOT_FOUND = -4, enumerator
H A Dfile_util_win.cc239 // In the case of FILE_ERROR_NOT_FOUND from ReplaceFile, it is likely that in RandomDataToGUIDString()
244 *error = replace_error == File::FILE_ERROR_NOT_FOUND ? move_error in RandomDataToGUIDString()
386 *error = File::FILE_ERROR_NOT_FOUND; in CreateDirectoryAndGetError()
H A Dfile_win.cc239 return FILE_ERROR_NOT_FOUND; in OSErrorToFileError()

Completed in 3 milliseconds