HomeSort by relevance Sort by last modified time
    Searched full:_win32_fhs (Results 1 - 1 of 1) sorted by null

  /system/core/adb/
sysdeps_win32.cpp 139 static FHRec _win32_fhs[ WIN32_MAX_FHS ]; variable
156 f = &_win32_fhs[fd];
172 if (f && f->used && f >= _win32_fhs && f < _win32_fhs + WIN32_MAX_FHS)
173 return (int)(f - _win32_fhs) + WIN32_FH_BASE;
186 if (_win32_fhs[i].clazz == NULL) {
187 f = &_win32_fhs[i];
211 int offset = f - _win32_fhs;
    [all...]

Completed in 69 milliseconds