HomeSort by relevance Sort by last modified time
    Searched defs:Unlink (Results 1 - 19 of 19) sorted by null

  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
mount_mem.cc 176 Error MountMem::Unlink(const Path& path) {
mount_html5fs.cc 57 Error MountHtml5Fs::Unlink(const Path& path) { return Remove(path); }
mount_passthrough.cc 146 Error MountPassthrough::Unlink(const Path& path) {
mount_dev.cc 265 Error MountDev::Unlink(const Path& path) { return EINVAL; }
mount_node.cc 174 void MountNode::Unlink() { stat_.st_nlink--; }
mount_http.cc 117 Error MountHttp::Unlink(const Path& path) {
  /external/chromium_org/v8/src/
allocation.cc 112 void PreallocatedStorage::Unlink() {
v8threads.cc 210 state->Unlink();
262 void ThreadState::Unlink() {
340 state->Unlink();
spaces.cc 562 void MemoryChunk::Unlink() {
    [all...]
hydrogen-instructions.cc 693 void HInstruction::Unlink() {
    [all...]
  /external/v8/src/
allocation.cc 112 void PreallocatedStorage::Unlink() {
v8threads.cc 206 state->Unlink();
252 void ThreadState::Unlink() {
319 state->Unlink();
hydrogen-instructions.cc 543 void HInstruction::Unlink() {
    [all...]
spaces.cc 478 void MemoryChunk::Unlink() {
905 page->Unlink();
    [all...]
  /external/chromium_org/cc/resources/
prioritized_resource.cc 107 void PrioritizedResource::Unlink() {
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io_test/
kernel_object_test.cc 40 Error Unlink(const Path& path) { return 0; }
mount_node_test.cc 42 void Unlink() { MountNodeMem::Unlink(); }
65 void Unlink() { MountNodeDir::Unlink(); }
kernel_proxy_test.cc 368 virtual Error Unlink(const Path& path) { return ENOSYS; }
  /external/tinyxml2/
tinyxml2.cpp 556 parent->Unlink( this );
574 Unlink( node );
582 void XMLNode::Unlink( XMLNode* child )
    [all...]

Completed in 255 milliseconds