Searched refs:child_path (Results 1 - 1 of 1) sorted by relevance

/system/core/sdcard/
H A Dsdcard.c517 char child_path[PATH_MAX]; local
528 child_path, sizeof(child_path), 1))) {
531 return fuse_reply_entry(fuse, hdr->unique, parent_node, name, actual_name, child_path);
634 char child_path[PATH_MAX]; local
645 child_path, sizeof(child_path), 1))) {
649 if (mknod(child_path, mode, req->rdev) < 0) {
652 return fuse_reply_entry(fuse, hdr->unique, parent_node, name, actual_name, child_path);
660 char child_path[PATH_MA local
686 char child_path[PATH_MAX]; local
710 char child_path[PATH_MAX]; local
[all...]

Completed in 1061 milliseconds