Home
last modified time | relevance | path

Searched defs:errno_value (Results 1 – 2 of 2) sorted by relevance

/system/libprocinfo/
Dprocess.cpp40 bool SetError(std::string* error, int errno_value, const char* fmt, ...) { in SetError()
/system/core/debuggerd/client/
Ddebuggerd_client.cpp57 static void log_error(int fd, int errno_value, const char* format, ...) __printflike(3, 4) { in log_error()