Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/platform/posix/
Derror.cc26 error::Code ErrnoToCode(int err_number) { in ErrnoToCode() argument
28 switch (err_number) { in ErrnoToCode()
173 Status IOError(const string& context, int err_number) { in IOError() argument
174 auto code = ErrnoToCode(err_number); in IOError()
175 return Status(code, strings::StrCat(context, "; ", strerror(err_number))); in IOError()
Derror.h23 Status IOError(const string& context, int err_number);
Dposix_file_system.h66 Status IOError(const string& context, int err_number);