FakeFileIoInterface  288 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_pepper_interface_html5_fs.cc FakeFileIoInterface::FakeFileIoInterface(FakeCoreInterface* core_interface)
FakeFileIoInterface  291 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_pepper_interface_html5_fs.cc PP_Resource FakeFileIoInterface::Create(PP_Resource) {
FakeFileIoInterface  297 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_pepper_interface_html5_fs.cc int32_t FakeFileIoInterface::Open(PP_Resource file_io,
FakeFileIoInterface  345 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_pepper_interface_html5_fs.cc int32_t FakeFileIoInterface::Query(PP_Resource file_io,
FakeFileIoInterface  360 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_pepper_interface_html5_fs.cc int32_t FakeFileIoInterface::Read(PP_Resource file_io,
FakeFileIoInterface  385 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_pepper_interface_html5_fs.cc int32_t FakeFileIoInterface::Write(PP_Resource file_io,
FakeFileIoInterface  414 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_pepper_interface_html5_fs.cc int32_t FakeFileIoInterface::SetLength(PP_Resource file_io,
FakeFileIoInterface  434 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_pepper_interface_html5_fs.cc int32_t FakeFileIoInterface::Flush(PP_Resource file_io,
FakeFileIoInterface  447 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_pepper_interface_html5_fs.cc void FakeFileIoInterface::Close(PP_Resource file_io) {
FakeFileIoInterface  100 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_pepper_interface_html5_fs.h class FakeFileIoInterface : public nacl_io::FileIoInterface {
FakeFileIoInterface  102 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_pepper_interface_html5_fs.h   explicit FakeFileIoInterface(FakeCoreInterface* core_interface);
FakeFileIoInterface  131 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_pepper_interface_html5_fs.h   DISALLOW_COPY_AND_ASSIGN(FakeFileIoInterface);
FakeFileIoInterface  203 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_pepper_interface_html5_fs.h   FakeFileIoInterface file_io_interface_;