Searched refs:child (Results 1 – 9 of 9) sorted by relevance
/system/extras/tests/bionic/libc/common/ |
D | test_clone.c | 62 int pid,child; in main() local 75 child = waitpid (pid, &status, 0); in main() 76 printf("waitpid returned %d\n", child); in main() 77 if (child < 0) { in main() 81 printf ("child %d, status 0x%x\n", child, status); in main()
|
/system/extras/ext4_utils/ |
D | setup_fs.c | 15 pid_t child; in setup_fs() local 46 child = fork(); in setup_fs() 47 if (child < 0) { in setup_fs() 51 if (child == 0) { in setup_fs() 56 while ((pid=waitpid(-1, &status, 0)) != child) { in setup_fs()
|
/system/vold/ |
D | logwrapper.c | 93 void child(int argc, const char**argv) { in child() function 159 child(argc, argv); in logwrap()
|
/system/core/logwrapper/ |
D | logwrapper.c | 112 void child(int argc, char* argv[]) { in child() function 173 child(argc - 1, &argv[1]); in main()
|
/system/core/sdcard/ |
D | sdcard.c | 104 struct node *child; /* first contained file by this dir */ member 181 node->next = parent->child; in add_node_to_parent_locked() 182 parent->child = node; in add_node_to_parent_locked() 189 if (node->parent->child == node) { in remove_node_from_parent_locked() 190 node->parent->child = node->parent->child->next; in remove_node_from_parent_locked() 193 node2 = node->parent->child; in remove_node_from_parent_locked() 398 for (node = node->child; node; node = node->next) { in lookup_child_by_name_locked() 414 struct node* child = lookup_child_by_name_locked(parent, name); in acquire_or_create_child_locked() local 415 if (child) { in acquire_or_create_child_locked() 416 acquire_node_locked(child); in acquire_or_create_child_locked() [all …]
|
/system/netd/ |
D | logwrapper.c | 92 void child(int argc, const char**argv) { in child() function 150 child(argc, argv); in logwrap()
|
/system/core/sh/ |
D | nodetypes | 53 ch1 nodeptr # the first child 54 ch2 nodeptr # the second child 84 NWHILE nbinary # the while statement. First child is the test
|
D | TOUR | 223 tin; otherwise it forks off a child to execute the command and 224 connects the standard output of the child to a pipe. 233 restored without forking off a child process. This is accom-
|
/system/core/rootdir/ |
D | init.rc | 138 # mount shared so changes propagate into child namespaces
|