Searched defs:parent (Results 1 - 7 of 7) sorted by relevance

/system/core/logwrapper/
H A Dlogwrapper.c48 void parent(const char *tag, int seg_fault_on_exit, int parent_read) { function
150 fatal("Cannot create parent ptty\n");
182 parent(argv[1], seg_fault_on_exit, parent_ptty);
/system/vold/
H A Dlogwrapper.c30 int parent(const char *tag, int parent_read) { function
118 ALOG(LOG_ERROR, "logwrapper", "Cannot create parent ptty");
164 int rc = parent(argv[0], parent_ptty);
/system/netd/
H A Dlogwrapper.c29 int parent(const char *tag, int parent_read) { function
117 ALOG(LOG_ERROR, "logwrapper", "Cannot create parent ptty");
155 int rc = parent(argv[0], parent_ptty);
/system/core/init/
H A Ddevices.c360 const char *parent; local
375 parent = strchr(uevent->path + 18, '/');
376 if (!*parent)
379 if (!strncmp(parent, "/usb", 4)) {
381 while (*++parent && *parent != '/');
382 if (*parent)
383 while (*++parent && *parent != '/');
384 if (!*parent)
[all...]
/system/core/sdcard/
H A Dsdcard.c105 struct node *parent; /* containing directory */ member in struct:node
179 static void add_node_to_parent_locked(struct node *node, struct node *parent) { argument
180 node->parent = parent;
181 node->next = parent->child;
182 parent->child = node;
183 acquire_node_locked(parent);
188 if (node->parent) {
189 if (node->parent->child == node) {
190 node->parent
303 create_node_locked(struct fuse* fuse, struct node *parent, const char *name, const char* actual_name) argument
410 acquire_or_create_child_locked( struct fuse* fuse, struct node* parent, const char* name, const char* actual_name) argument
467 fuse_reply_entry(struct fuse* fuse, __u64 unique, struct node* parent, const char* name, const char* actual_name, const char* path) argument
[all...]
H A Dfuse.h573 __u64 parent; member in struct:fuse_notify_inval_entry_out
/system/core/libpixelflinger/codeflinger/
H A DMIPSAssembler.cpp1251 MIPSAssembler::MIPSAssembler(const sp<Assembly>& assembly, ArmToMipsAssembler *parent) argument
1252 : mParent(parent),

Completed in 51 milliseconds