Home
last modified time | relevance | path

Searched defs:stdin_handle (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/external/libxkbcommon/tools/
H A Dtools-common.c167 HANDLE stdin_handle = GetStdHandle(STD_INPUT_HANDLE); in tools_disable_stdin_echo() local
176 HANDLE stdin_handle = GetStdHandle(STD_INPUT_HANDLE); in tools_enable_stdin_echo() local
/aosp_15_r20/external/rust/android-crates-io/crates/zip/examples/
Dstdin_info.rs9 let mut stdin_handle = stdin.lock(); in real_main() localVariable
/aosp_15_r20/external/rust/android-crates-io/crates/uefi-raw/src/table/
Dsystem.rs17 pub stdin_handle: Handle, field
/aosp_15_r20/external/rust/crates/uefi-raw/src/table/
Dsystem.rs17 pub stdin_handle: Handle, field
/aosp_15_r20/external/rust/android-crates-io/crates/vmm-sys-util/src/unix/
Dterminal.rs173 let stdin_handle = io::stdin(); in test_a_tty() localVariable
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/4/external/libchrome/base/process/
Dlaunch.h150 HANDLE stdin_handle = nullptr; member
/aosp_15_r20/external/libchrome/base/process/
H A Dlaunch.h147 HANDLE stdin_handle = nullptr; member
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/gensrcs/external/libchrome/base/process/
Dlaunch.h150 HANDLE stdin_handle = nullptr; member
/aosp_15_r20/external/cronet/base/process/
H A Dlaunch.h166 HANDLE stdin_handle = nullptr; member
/aosp_15_r20/external/curl/lib/
H A Dtelnet.c1306 HANDLE stdin_handle; in telnet_do() local
/aosp_15_r20/external/rust/android-crates-io/crates/bindgen/
Dlib.rs1029 let stdin_handle = ::std::thread::spawn(move || { in format_tokens() localVariable