HomeSort by relevance Sort by last modified time
    Searched full:nodepath (Results 1 - 4 of 4) sorted by null

  /system/vold/
DirectVolume.cpp 102 char nodepath[255]; local
104 snprintf(nodepath,
105 sizeof(nodepath), "/dev/block/vold/%d:%d",
107 if (createDeviceNode(nodepath, major, minor)) {
108 SLOGE("Error making device node '%s' (%s)", nodepath,
Volume.cpp 347 char nodepath[256]; local
366 snprintf(nodepath,
367 sizeof(nodepath), "/dev/block/vold/%d:%d",
369 if (createDeviceNode(nodepath, new_major, new_minor)) {
370 SLOGE("Error making device node '%s' (%s)", nodepath,
374 // Todo: Either create sys filename from nodepath, or pass in bogus path so
376 updateDeviceInfo(nodepath, new_major, new_minor);
VolumeManager.cpp 962 char nodepath[255]; local
963 snprintf(nodepath,
964 sizeof(nodepath), "/dev/block/vold/%d:%d",
972 if (write(fd, nodepath, strlen(nodepath)) < 0) {
    [all...]
  /development/samples/XmlAdapters/src/com/example/android/xmladapters/
XmlDocumentProvider.java 386 // updated as children are parsed and projectionPatterns are searched in nodePath.

Completed in 295 milliseconds