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

12

/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
H A Dmount_dev.h19 virtual Error Unlink(const Path& path);
H A Dmount_passthrough.h24 virtual Error Unlink(const Path& path);
H A Dmount.h65 // Unlink, Mkdir, Rmdir will affect the both the RefCount
67 virtual Error Unlink(const Path& path) = 0;
H A Dmount_html5fs.h23 virtual Error Unlink(const Path& path);
H A Dmount_http.h28 virtual Error Unlink(const Path& path);
H A Dmount_mem.h33 virtual Error Unlink(const Path& path);
H A Dmount_node_dir.cc23 it->second->Unlink();
102 it->second->Unlink();
H A Dmount_node.h106 virtual void Unlink();
H A Dmount_html5fs.cc57 Error MountHtml5Fs::Unlink(const Path& path) { return Remove(path); } function in class:nacl_io::MountHtml5Fs
H A Dmount_node.cc174 void MountNode::Unlink() { stat_.st_nlink--; } function in class:nacl_io::MountNode
/external/chromium_org/native_client_sdk/src/libraries/nacl_io_test/
H A Dmount_mock.h28 MOCK_METHOD1(Unlink, Error(const Path&));
H A Dmount_node_mock.h42 MOCK_METHOD0(Unlink, void());
H A Dmount_node_test.cc42 void Unlink() { MountNodeMem::Unlink(); } function in class:MockMemory
65 void Unlink() { MountNodeDir::Unlink(); } function in class:MockDir
H A Dmount_test.cc134 EXPECT_EQ(0, mnt->Unlink(Path("/foo")));
138 EXPECT_EQ(ENOENT, mnt->Unlink(Path("/foo")));
159 // Unlink the file, we should have the only file ref at this point.
160 EXPECT_EQ(0, mnt->Unlink(Path("/foo/bar")));
/external/chromium_org/v8/src/
H A Dallocation.cc112 void PreallocatedStorage::Unlink() { function in class:v8::internal::PreallocatedStorage
H A Dallocation.h126 void Unlink();
H A Dv8threads.h43 void Unlink();
H A Dv8threads.cc210 state->Unlink();
262 void ThreadState::Unlink() { function in class:v8::internal::ThreadState
340 state->Unlink();
/external/v8/src/
H A Dallocation.cc112 void PreallocatedStorage::Unlink() { function in class:v8::internal::PreallocatedStorage
H A Dallocation.h132 void Unlink();
H A Dv8threads.h43 void Unlink();
H A Dv8threads.cc206 state->Unlink();
252 void ThreadState::Unlink() { function in class:v8::internal::ThreadState
319 state->Unlink();
/external/chromium_org/cc/resources/
H A Dprioritized_resource_manager.cc118 texture->Unlink();
269 backing->owner()->Unlink();
304 backing->owner()->Unlink();
400 backing->owner()->Unlink();
447 texture->Unlink();
H A Dprioritized_resource.h161 void Unlink();
H A Dprioritized_resource.cc107 void PrioritizedResource::Unlink() { function in class:cc::PrioritizedResource

Completed in 166 milliseconds

12