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

  /external/chromium_org/native_client_sdk/src/tests/nacl_io_test/
html5_fs_test.cc 141 EXPECT_TRUE(ppapi_html5_.filesystem_template()->AddEmptyFile("/foo", NULL));
162 EXPECT_TRUE(ppapi_html5_.filesystem_template()->AddEmptyFile("/foo/bar",
192 EXPECT_TRUE(ppapi_html5_.filesystem_template()->AddEmptyFile(kPath, NULL));
204 EXPECT_TRUE(ppapi_html5_.filesystem_template()->AddEmptyFile("/file", NULL));
219 EXPECT_TRUE(ppapi_html5_.filesystem_template()->AddEmptyFile("/file", NULL));
232 EXPECT_TRUE(ppapi_html5_.filesystem_template()->AddEmptyFile("/foo", NULL));
  /external/chromium_org/native_client_sdk/src/tests/nacl_io_test/fake_ppapi/
fake_pepper_interface_html5_fs.h 78 bool AddEmptyFile(const Path& path, FakeHtml5FsNode** out_node);
fake_pepper_interface_html5_fs.cc 154 bool FakeHtml5FsFilesystem::AddEmptyFile(const Path& path,
329 bool result = filesystem->AddEmptyFile(path, &node);

Completed in 101 milliseconds