AddEmptyFile      329 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_pepper_interface_html5_fs.cc     bool result = filesystem->AddEmptyFile(path, &node);
AddEmptyFile       78 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_pepper_interface_html5_fs.h   bool AddEmptyFile(const Path& path, FakeHtml5FsNode** out_node);
AddEmptyFile      122 native_client_sdk/src/tests/nacl_io_test/html5_fs_test.cc   EXPECT_TRUE(ppapi_html5_.filesystem_template()->AddEmptyFile("/foo", NULL));
AddEmptyFile      150 native_client_sdk/src/tests/nacl_io_test/html5_fs_test.cc   EXPECT_TRUE(ppapi_html5_.filesystem_template()->AddEmptyFile("/foo", NULL));
AddEmptyFile      164 native_client_sdk/src/tests/nacl_io_test/html5_fs_test.cc   EXPECT_TRUE(ppapi_html5_.filesystem_template()->AddEmptyFile("/file", NULL));
AddEmptyFile      179 native_client_sdk/src/tests/nacl_io_test/html5_fs_test.cc   EXPECT_TRUE(ppapi_html5_.filesystem_template()->AddEmptyFile("/file", NULL));
AddEmptyFile      192 native_client_sdk/src/tests/nacl_io_test/html5_fs_test.cc   EXPECT_TRUE(ppapi_html5_.filesystem_template()->AddEmptyFile("/foo", NULL));