Searched refs:nodepath (Results 1 – 3 of 3) sorted by relevance
/system/vold/ |
D | DirectVolume.cpp | 102 char nodepath[255]; in handleBlockEvent() local 104 snprintf(nodepath, in handleBlockEvent() 105 sizeof(nodepath), "/dev/block/vold/%d:%d", in handleBlockEvent() 107 if (createDeviceNode(nodepath, major, minor)) { in handleBlockEvent() 108 SLOGE("Error making device node '%s' (%s)", nodepath, in handleBlockEvent()
|
D | Volume.cpp | 351 char nodepath[256]; in mountVol() local 370 snprintf(nodepath, in mountVol() 371 sizeof(nodepath), "/dev/block/vold/%d:%d", in mountVol() 373 if (createDeviceNode(nodepath, new_major, new_minor)) { in mountVol() 374 SLOGE("Error making device node '%s' (%s)", nodepath, in mountVol() 380 updateDeviceInfo(nodepath, new_major, new_minor); in mountVol()
|
D | VolumeManager.cpp | 1224 char nodepath[255]; in shareVolume() local 1225 snprintf(nodepath, in shareVolume() 1226 sizeof(nodepath), "/dev/block/vold/%d:%d", in shareVolume() 1234 if (write(fd, nodepath, strlen(nodepath)) < 0) { in shareVolume()
|