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

  /system/core/adb/
commandline.cpp 424 const intptr_t intptr_handle = _get_osfhandle(STDOUT_FILENO); local
425 if (intptr_handle == -1) return;
427 const HANDLE handle = reinterpret_cast<const HANDLE>(intptr_handle);
    [all...]
sysdeps_win32.cpp 1187 const intptr_t intptr_handle = _get_osfhandle(fd); local
    [all...]

Completed in 1088 milliseconds