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

  /external/chromium_org/native_client_sdk/src/tests/nacl_io_test/
mount_node_mock.h 38 MOCK_METHOD0(IsaTTY, bool());
mount_node_test.cc 78 EXPECT_FALSE(file.IsaTTY());
208 EXPECT_FALSE(root.IsaTTY());
mount_html5fs_test.cc 363 EXPECT_FALSE(node->IsaTTY());
381 EXPECT_FALSE(node->IsaTTY());
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
mount_node.h 101 virtual bool IsaTTY();
mount_node.cc 194 bool MountNode::IsaTTY() { return (stat_.st_mode & S_IFCHR) != 0; }
kernel_proxy.cc 561 int KernelProxy::isatty(int fd) { function in class:nacl_io::KernelProxy
569 error = handle->node()->IsaTTY();
    [all...]

Completed in 254 milliseconds