HomeSort by relevance Sort by last modified time
    Searched refs:Unlink (Results 1 - 25 of 49) sorted by null

1 2

  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
mount_dev.h 21 virtual Error Unlink(const Path& path);
mount_passthrough.h 24 virtual Error Unlink(const Path& path);
mount_html5fs.h 23 virtual Error Unlink(const Path& path);
mount_mem.h 34 virtual Error Unlink(const Path& path);
mount_node_dir.cc 35 it->second->Unlink();
90 it->second->Unlink();
mount.h 80 // Unlink, Mkdir, Rmdir will affect the both the RefCount
82 virtual Error Unlink(const Path& path) = 0;
mount_http.h 24 virtual Error Unlink(const Path& path);
mount_stream.h 62 virtual Error Unlink(const Path& path);
mount_node.h 121 virtual void Unlink();
mount_fuse.h 27 virtual Error Unlink(const Path& path);
mount_stream.cc 94 Error MountStream::Unlink(const Path& path) { return EACCES; }
  /external/chromium_org/native_client_sdk/src/tests/nacl_io_test/
mount_mock.h 29 MOCK_METHOD1(Unlink, Error(const Path&));
mount_node_mock.h 44 MOCK_METHOD0(Unlink, void());
mount_http_test.cc 232 TEST(MountHttpDirTest, Unlink) {
237 // Unlink of existing files should give "Permission Denied"
238 EXPECT_EQ(EACCES, mnt.Unlink(Path("/mydir/foo")));
239 // Unlink of existing directory should give "Is a directory"
240 EXPECT_EQ(EISDIR, mnt.Unlink(Path("/mydir")));
241 // Unlink of non-existent files should give "No such file or directory"
242 EXPECT_EQ(ENOENT, mnt.Unlink(Path("/non_existent")));
254 // Unlink of non-existent files should give "No such file or directory"
mount_test.cc 122 EXPECT_EQ(0, mnt.Unlink(Path("/foo")));
126 EXPECT_EQ(ENOENT, mnt.Unlink(Path("/foo")));
145 // Unlink the file, we should have the only file ref at this point.
146 EXPECT_EQ(0, mnt.Unlink(Path("/foo/bar")));
  /external/chromium_org/v8/src/
v8threads.h 43 void Unlink();
v8threads.cc 190 state->Unlink();
242 void ThreadState::Unlink() {
318 state->Unlink();
hydrogen-bce.cc 183 new_check->Unlink();
242 index->Unlink();
248 HConstant::cast(left_input)->Unlink();
252 HConstant::cast(right_input)->Unlink();
  /external/v8/src/
allocation.cc 112 void PreallocatedStorage::Unlink() {
allocation.h 132 void Unlink();
v8threads.h 43 void Unlink();
v8threads.cc 206 state->Unlink();
252 void ThreadState::Unlink() {
319 state->Unlink();
  /external/chromium_org/cc/resources/
prioritized_resource_manager.cc 118 texture->Unlink();
270 backing->owner()->Unlink();
306 backing->owner()->Unlink();
397 backing->owner()->Unlink();
444 texture->Unlink();
476 // unlink backings while the main thread is running.
prioritized_resource.h 166 void Unlink();
prioritized_resource.cc 104 void PrioritizedResource::Unlink() {

Completed in 118 milliseconds

1 2