OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:target_node
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/memfs/
mem_fs.cc
172
ScopedNode
target_node
;
local
192
error = FindNode(target_path, 0, &
target_node
);
195
if (
target_node
->IsaDir()) {
197
if (
target_node
->ChildCount()) {
207
target_parent =
target_node
;
227
// Re-parent the old
target_node
if we failed to add the new one.
229
target_parent->AddChild(target_path.Basename(),
target_node
);
/external/cmockery/cmockery_0_1_2/src/
cmockery.c
409
ListNode *
target_node
;
local
414
target_node
= head->next;
415
*output =
target_node
;
456
ListNode *
target_node
;
local
464
&
target_node
)) {
469
target_node
= list_add_value(symbol_map_head, new_symbol_map_value,
473
target_map_value = (SymbolMapValue*)
target_node
->value;
495
ListNode *
target_node
;
local
502
if (list_find(head, symbol_name, symbol_names_match, &
target_node
)) {
506
assert_true(
target_node
);
[
all
...]
Completed in 3922 milliseconds