HomeSort by relevance Sort by last modified time
    Searched refs:child_node (Results 1 - 2 of 2) sorted by null

  /system/core/sdcard/
sdcard.c 989 struct node* child_node; local
1011 child_node = lookup_child_by_name_locked(parent_node, name);
1012 if (child_node) {
1013 child_node->deleted = true;
1016 if (parent_node && child_node) {
1036 struct node* child_node; local
1087 struct node* child_node; local
    [all...]
  /external/cmockery/cmockery_0_1_2/src/
cmockery.c 556 ListNode * const child_node = child_list->next; local
558 if (child_node->refcount < -1) {
559 list_remove_free(child_node, free_value, NULL);
595 const ListNode *child_node; local
599 for (child_node = child_list->next; child_node != child_list;
600 child_node = child_node->next) {
601 const SourceLocation * const location = child_node->value;
    [all...]

Completed in 1298 milliseconds