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

  /external/libchrome/base/process/
launch.cc 19 stdin_handle(NULL),
launch.h 103 HANDLE stdin_handle; member in struct:base::LaunchOptions
  /external/autotest/client/tests/kvm/deps/
heartbeat_slu.py 31 stdin_handle = open('/dev/null', 'r')
34 os.dup2(stdin_handle.fileno(), sys.stdin.fileno())
  /toolchain/binutils/binutils-2.25/libiberty/
pex-win32.c 764 HANDLE stdin_handle; local
787 stdin_handle = INVALID_HANDLE_VALUE;
791 stdin_handle = (HANDLE) _get_osfhandle (in);
846 si.hStdInput = stdin_handle;
  /external/curl/lib/
telnet.c 1295 HANDLE stdin_handle; local
    [all...]

Completed in 94 milliseconds