Home
last modified time | relevance | path

Searched defs:raw_stdin (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/rustix/src/
Dstdio.rs406 pub const fn raw_stdin() -> RawFd { in raw_stdin() function
/aosp_15_r20/external/crosvm/devices/src/virtio/vhost/user/device/
H A Dconsole.rs38 raw_stdin: bool, field
/aosp_15_r20/packages/modules/adb/client/
Dcommandline.cpp480 bool raw_stdin; member
638 bool raw_stdin = (type_arg == kShellServiceArgPty || (type_arg.empty() && empty_command)); in RemoteShell() local