Home
last modified time | relevance | path

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

/system/core/adb/
Dsysdeps_win32.cpp137 #define WIN32_FH_BASE 2048 macro
148 fd -= WIN32_FH_BASE; in _fh_from_int()
151 D("_fh_from_int: invalid fd %d passed to %s", fd + WIN32_FH_BASE, func); in _fh_from_int()
159 D("_fh_from_int: invalid fd %d passed to %s", fd + WIN32_FH_BASE, func); in _fh_from_int()
169 return (int)(f - _win32_fhs) + WIN32_FH_BASE; in _fh_to_int()