Home
last modified time | relevance | path

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

/system/core/adb/sysdeps/
Derrno.h30 int errno_from_wire(int error);
Derrno.cpp89 int errno_from_wire(int error) { in errno_from_wire() function
/system/core/adb/client/
Dfile_sync_client.cpp335 errno = errno_from_wire(msg.stat_v2.error); in FinishStat()