HomeSort by relevance Sort by last modified time
    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 187 ScopedNode target_node; local
207 error = FindNode(target_path, 0, &target_node);
210 if (target_node->IsaDir()) {
212 if (target_node->ChildCount()) {
222 target_parent = target_node;
242 // Re-parent the old target_node if we failed to add the new one.
244 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 777 milliseconds