Home | History | Annotate | Download | only in vold

Lines Matching full:nodepath

1293     char nodepath[255];
1294 int written = snprintf(nodepath,
1295 sizeof(nodepath), "/dev/block/vold/%d:%d",
1298 if ((written < 0) || (size_t(written) >= sizeof(nodepath))) {
1299 SLOGE("shareVolume failed: couldn't construct nodepath");
1308 if (write(fd, nodepath, strlen(nodepath)) < 0) {