Searched defs:devpath (Results 1 - 3 of 3) sorted by relevance

/system/vold/
H A DDirectVolume.cpp134 void DirectVolume::handleDiskAdded(const char *devpath, NetlinkEvent *evt) { argument
174 void DirectVolume::handlePartitionAdded(const char *devpath, NetlinkEvent *evt) { argument
199 SLOGE("Partition '%s' has a different major than its disk!", devpath);
222 void DirectVolume::handleDiskChanged(const char *devpath, NetlinkEvent *evt) { argument
255 void DirectVolume::handlePartitionChanged(const char *devpath, NetlinkEvent *evt) { argument
261 void DirectVolume::handleDiskRemoved(const char *devpath, NetlinkEvent *evt) { argument
274 void DirectVolume::handlePartitionRemoved(const char *devpath, NetlinkEvent *evt) { argument
H A DVolumeManager.cpp170 const char *devpath = evt->findParam("DEVPATH"); local
175 SLOGW("Switch %s event missing name/state info", devpath);
212 const char *devpath = evt->findParam("DEVPATH"); local
220 SLOGD("Device '%s' event handled by volume %s\n", devpath, (*it)->getLabel());
229 SLOGW("No volumes handled block event for '%s'", devpath);
/system/core/init/
H A Ddevices.c346 char devpath[96]; local
391 snprintf(devpath, sizeof(devpath), "/dev/bus/usb/%03d", bus_id);
392 mkdir(devpath, 0755);
393 snprintf(devpath, sizeof(devpath), "/dev/bus/usb/%03d/%03d", bus_id, device_id);
430 snprintf(devpath, sizeof(devpath), "%s%s", base, name);
433 make_device(devpath, uevent->path, block, uevent->major, uevent->minor);
436 make_link(devpath, link
[all...]

Completed in 96 milliseconds