Home
last modified time | relevance | path

Searched refs:FindNode (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
Dmount_mem.cc40 Error MountMem::FindNode(const Path& path, in FindNode() function in nacl_io::MountMem
81 Error error = FindNode(path, 0, &node); in Access()
101 Error error = FindNode(path, 0, &node); in Open()
109 error = FindNode(path.Parent(), S_IFDIR, &parent); in Open()
152 int error = FindNode(path.Parent(), S_IFDIR, &parent); in Mkdir()
192 int error = FindNode(src_path, 0, &src_node); in Rename()
197 error = FindNode(src_path.Parent(), S_IFDIR, &src_parent); in Rename()
202 error = FindNode(target_path.Parent(), 0, &target_parent); in Rename()
210 error = FindNode(target_path, 0, &target_node); in Rename()
272 int error = FindNode(path.Parent(), S_IFDIR, &parent); in RemoveInternal()
Dmount_mem.h29 virtual Error FindNode(const Path& path, int type, ScopedMountNode* out_node);
/external/chromium_org/net/spdy/
Dspdy_priority_forest.h143 const Node* FindNode(NodeId node_id) const;
240 const Node* node = FindNode(node_id); in GetPriority()
250 const Node* node = FindNode(node_id); in GetParent()
261 const Node* node = FindNode(node_id); in IsNodeUnordered()
267 const Node* node = FindNode(node_id); in GetChild()
391 const Node* node = FindNode(node_id); in IsMarked()
487 SpdyPriorityForest<NodeId, Priority>::FindNode(NodeId node_id) const { in FindNode() function
/external/chromium_org/tools/win/sizeviewer/
Dsizeviewer.py20 def FindNode(node, component): function
31 data = FindNode(node, component)
/external/chromium_org/v8/test/cctest/
Dtest-heap-profiler.cc2166 static AllocationTraceNode* FindNode( in FindNode() function
2209 FindNode(tracker, Vector<const char*>(names, ARRAY_SIZE(names))); in TEST()
2237 FindNode(tracker, Vector<const char*>(names, ARRAY_SIZE(names))); in TEST()
2286 FindNode(tracker, Vector<const char*>(names, ARRAY_SIZE(names))); in TEST()
2312 FindNode(tracker, Vector<const char*>(names, ARRAY_SIZE(names))); in TEST()