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.c 120 static FHRec _win32_fhs[ WIN32_MAX_FHS ]; variable
136 f = &_win32_fhs[fd];
151 if (f && f->used && f >= _win32_fhs && f < _win32_fhs + WIN32_MAX_FHS)
152 return (int)(f - _win32_fhs) + WIN32_FH_BASE;
166 f = &_win32_fhs[ _win32_fh_count++ ];
171 if ( _win32_fhs[nn].clazz == NULL) {
172 f = &_win32_fhs[nn];
    [all...]

Completed in 456 milliseconds