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

  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/devfs/
tty_node.h 39 virtual Error Tcgetattr(struct termios* termios_p);
tty_node.cc 315 Error TtyNode::Tcgetattr(struct termios* termios_p) {
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/fusefs/
fuse_fs.h 53 virtual Error Tcgetattr(struct termios* termios_p);
fuse_fs.cc 288 Error FuseFsNode::Tcgetattr(struct termios* termios_p) {
289 LOG_ERROR("Tcgetattr not implemented for fusefs.");
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
node.h 89 virtual Error Tcgetattr(struct termios* termios_p);
node.cc 171 Error Node::Tcgetattr(struct termios* termios_p) {
kernel_proxy.cc 987 int KernelProxy::tcgetattr(int fd, struct termios* termios_p) { function in class:nacl_io::KernelProxy
995 error = handle->node()->Tcgetattr(termios_p);
    [all...]

Completed in 142 milliseconds