Searched refs:Unlink (Results 1 - 25 of 42) sorted by relevance

12

/external/chromium_org/native_client_sdk/src/libraries/nacl_io/devfs/
H A Ddev_fs.h19 virtual Error Unlink(const Path& path);
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/passthroughfs/
H A Dpassthrough_fs.h24 virtual Error Unlink(const Path& path);
H A Dpassthrough_fs.cc48 Error PassthroughFs::Unlink(const Path& path) { function in class:nacl_io::PassthroughFs
/external/chromium_org/native_client_sdk/src/tests/nacl_io_test/
H A Dmock_fs.h30 MOCK_METHOD1(Unlink, Error(const Path&));
H A Dmock_node.h44 MOCK_METHOD0(Unlink, void());
H A Dhttp_fs_test.cc303 TEST(HttpFsDirTest, Unlink) {
308 // Unlink of existing files should give "Permission Denied"
309 EXPECT_EQ(EACCES, fs.Unlink(Path("/mydir/foo")));
310 // Unlink of existing directory should give "Is a directory"
311 EXPECT_EQ(EISDIR, fs.Unlink(Path("/mydir")));
312 // Unlink of non-existent files should give "No such file or directory"
313 EXPECT_EQ(ENOENT, fs.Unlink(Path("/non_existent")));
325 // Unlink of non-existent files should give "No such file or directory"
H A Dfilesystem_test.cc133 EXPECT_EQ(0, fs.Unlink(Path("/foo")));
137 EXPECT_EQ(ENOENT, fs.Unlink(Path("/foo")));
156 // Unlink the file, we should have the only file ref at this point.
157 EXPECT_EQ(0, fs.Unlink(Path("/foo/bar")));
H A Dhtml5_fs_test.cc203 TEST_F(Html5FsTest, Unlink) {
212 ASSERT_EQ(0, fs->Unlink(Path("/file")));
213 ASSERT_EQ(EISDIR, fs->Unlink(Path("/dir")));
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/httpfs/
H A Dhttp_fs.h23 virtual Error Unlink(const Path& path);
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/memfs/
H A Dmem_fs.h34 virtual Error Unlink(const Path& path);
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/stream/
H A Dstream_fs.h59 virtual Error Unlink(const Path& path);
H A Dstream_fs.cc92 Error StreamFs::Unlink(const Path& path) { function in class:nacl_io::StreamFs
/external/chromium_org/v8/src/
H A Dv8threads.h20 void Unlink();
H A Dhydrogen-bce.cc189 new_check->Unlink();
247 index->Unlink();
253 HConstant::cast(left_input)->Unlink();
257 HConstant::cast(right_input)->Unlink();
272 index->Unlink();
H A Dv8threads.cc152 state->Unlink();
202 void ThreadState::Unlink() { function in class:v8::internal::ThreadState
278 state->Unlink();
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
H A Ddir_node.cc36 it->second->Unlink();
109 it->second->Unlink();
H A Dfilesystem.h85 // Unlink, Mkdir, Rmdir will affect the both the RefCount
87 virtual Error Unlink(const Path& path) = 0;
H A Dnode.h127 virtual void Unlink();
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/html5fs/
H A Dhtml5_fs.h23 virtual Error Unlink(const Path& path);
/external/chromium_org/cc/resources/
H A Dprioritized_resource_manager.cc118 texture->Unlink();
270 backing->owner()->Unlink();
306 backing->owner()->Unlink();
397 backing->owner()->Unlink();
444 texture->Unlink();
H A Dprioritized_resource.h166 void Unlink();
H A Dprioritized_resource.cc105 void PrioritizedResource::Unlink() { function in class:cc::PrioritizedResource
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/jsfs/
H A Djs_fs.h40 virtual Error Unlink(const Path& path);
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/fusefs/
H A Dfuse_fs.h26 virtual Error Unlink(const Path& path);
H A Dfuse_fs.cc140 Error FuseFs::Unlink(const Path& path) { function in class:nacl_io::FuseFs
195 return Unlink(path);

Completed in 210 milliseconds

12