HomeSort by relevance Sort by last modified time
    Searched refs:_fd (Results 151 - 156 of 156) sorted by null

1 2 3 4 5 67

  /system/core/adb/
transport.cpp 495 static void transport_registration_func(int _fd, unsigned ev, void* data) {
504 if (transport_read_action(_fd, &m)) {
    [all...]
  /external/toolchain-utils/cros_utils/
command_executer.py 547 self._fd = fd
  /external/valgrind/include/vki/
vki-mips32-linux.h 968 int _fd; member in struct:vki_siginfo::__anon37783::__anon37790
    [all...]
vki-mips64-linux.h 993 int _fd; member in struct:vki_siginfo::__anon37793::__anon37800
    [all...]
vki-linux.h 477 int _fd; member in struct:vki_siginfo::__anon37734::__anon37740
    [all...]
  /libcore/luni/src/main/native/
libcore_io_Linux.cpp 154 int _fd = jniGetFDFromFileDescriptor(jni_env, java_fd); \
155 AsynchronousCloseMonitor _monitor(_fd); \
156 _rc = syscall_name(_fd, __VA_ARGS__); \
193 int _fd = jniGetFDFromFileDescriptor(jni_env, java_fd); \
194 AsynchronousCloseMonitor _monitor(_fd); \
195 _rc = syscall_name(_fd, __VA_ARGS__); \
    [all...]

Completed in 121 milliseconds

1 2 3 4 5 67