HomeSort by relevance Sort by last modified time
    Searched defs:fileio_resource_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
mount_node_html5fs.h 44 PP_Resource fileio_resource_; // 0 if the file is a directory. member in class:nacl_io::MountNodeHtml5Fs
48 return !fileio_resource_;
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io_test/
mount_html5fs_test.cc 111 static const PP_Resource fileio_resource_ = 236; member in class:__anon10884::MountHtml5FsNodeTest
143 EXPECT_CALL(*fileio_, Create(instance_)).WillOnce(Return(fileio_resource_));
147 Open(fileio_resource_, fileref_resource_, open_flags, _))
151 EXPECT_CALL(*fileio_, Close(fileio_resource_));
152 EXPECT_CALL(*ppapi_, ReleaseResource(fileio_resource_));
153 EXPECT_CALL(*fileio_, Flush(fileio_resource_, _));
446 EXPECT_CALL(*fileio_, Write(fileio_resource_, offset, &buffer[0], count, _))
459 EXPECT_CALL(*fileio_, Read(fileio_resource_, offset, &buffer[0], count, _))
498 EXPECT_CALL(*fileio_, SetLength(fileio_resource_, size, _))

Completed in 47 milliseconds