Home
last modified time | relevance | path

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

/system/core/adb/sysdeps/
Derrno.cpp75 static std::unordered_map<int, int>& host_to_wire = *generate_host_to_wire(); variable
79 auto it = host_to_wire.find(error); in errno_to_wire()
80 if (it == host_to_wire.end()) { in errno_to_wire()
90 auto it = host_to_wire.find(error); in errno_from_wire()
91 if (it == host_to_wire.end()) { in errno_from_wire()