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

  /external/chromium_org/native_client_sdk/src/tests/nacl_io_test/
html5_fs_test.cc 77 ppapi_.SetFileSystemInterfaceDelegate(ppapi_html5_.GetFileSystemInterface());
95 ppapi_mock_.GetFileSystemInterface();
99 ppapi_html5_.GetFileSystemInterface());
142 PP_Resource filesystem = ppapi_html5_.GetFileSystemInterface()->Create(
145 ASSERT_EQ(int32_t(PP_OK), ppapi_html5_.GetFileSystemInterface()->Open(
  /external/chromium_org/native_client_sdk/src/tests/nacl_io_test/fake_ppapi/
fake_pepper_interface_html5_fs.h 187 virtual nacl_io::FileSystemInterface* GetFileSystemInterface();
fake_pepper_interface_html5_fs.cc 737 FakePepperInterfaceHtml5Fs::GetFileSystemInterface() {
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/html5fs/
html5_fs.cc 229 filesystem_iface_ = ppapi()->GetFileSystemInterface();

Completed in 197 milliseconds