Searched refs:pipe_dev_ (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/native_client_sdk/src/tests/nacl_io_test/
H A Djspipe_test.cc125 ASSERT_EQ(0, fs_.Open(Path("/jspipe1"), O_RDWR, &pipe_dev_));
126 ASSERT_NE(NULL_NODE, pipe_dev_.get());
128 ASSERT_EQ(0, pipe_dev_->GetStat(&buf));
140 int rtn = pipe_dev_->Ioctl(NACL_IOC_HANDLEMESSAGE, &message);
151 int rtn = pipe_dev_->Ioctl(NACL_IOC_HANDLEMESSAGE, &message);
215 ScopedNode pipe_dev_; member in class:__anon8962::JSPipeNodeTest
236 EXPECT_EQ(EINVAL, pipe_dev_->Ioctl(123));
259 ASSERT_EQ(0, pipe_dev_->Read(attrs, buffer, 5, &bytes_read));
266 ASSERT_EQ(0, pipe_dev_->Read(attrs, buffer + 5, sizeof(buffer)-5,
280 ASSERT_EQ(0, pipe_dev_
[all...]

Completed in 994 milliseconds