HomeSort by relevance Sort by last modified time
    Searched refs:FDE_DONT_CLOSE (Results 1 - 8 of 8) sorted by null

  /bootable/recovery/minadbd/
fdevent.h 29 #define FDE_DONT_CLOSE 0x0080
sysdeps.h 179 #define FDE_DONT_CLOSE 0x0080
fdevent.c 316 // fde->state |= FDE_DONT_CLOSE;
468 if(!(fde->state & FDE_DONT_CLOSE)) {
  /system/core/adb/
fdevent.h 29 #define FDE_DONT_CLOSE 0x0080
jdwp_service.c 216 proc->fde->state |= FDE_DONT_CLOSE;
sysdeps.h 183 #define FDE_DONT_CLOSE 0x0080
fdevent.c 307 // fde->state |= FDE_DONT_CLOSE;
459 if(!(fde->state & FDE_DONT_CLOSE)) {
sysdeps_win32.c     [all...]

Completed in 81 milliseconds