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/
mount_node_tty.h 38 virtual Error Tcgetattr(struct termios* termios_p);
mount_node.h 88 virtual Error Tcgetattr(struct termios* termios_p);
mount_fuse.h 54 virtual Error Tcgetattr(struct termios* termios_p);
mount_node.cc 162 Error MountNode::Tcgetattr(struct termios* termios_p) {
mount_node_tty.cc 287 Error MountNodeTty::Tcgetattr(struct termios* termios_p) {
mount_fuse.cc 256 Error MountNodeFuse::Tcgetattr(struct termios* termios_p) {
kernel_proxy.cc 871 int KernelProxy::tcgetattr(int fd, struct termios* termios_p) { function in class:nacl_io::KernelProxy
879 error = handle->node()->Tcgetattr(termios_p);
    [all...]

Completed in 3001 milliseconds