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

/system/vold/
H A DDirectVolume.h66 void handleDiskAdded(const char *devpath, NetlinkEvent *evt);
67 void handleDiskRemoved(const char *devpath, NetlinkEvent *evt);
68 void handleDiskChanged(const char *devpath, NetlinkEvent *evt);
69 void handlePartitionAdded(const char *devpath, NetlinkEvent *evt);
70 void handlePartitionRemoved(const char *devpath, NetlinkEvent *evt);
71 void handlePartitionChanged(const char *devpath, NetlinkEvent *evt);
H A DDirectVolume.cpp139 void DirectVolume::handleDiskAdded(const char *devpath, NetlinkEvent *evt) { argument
179 void DirectVolume::handlePartitionAdded(const char *devpath, NetlinkEvent *evt) { argument
204 SLOGE("Partition '%s' has a different major than its disk!", devpath);
235 void DirectVolume::handleDiskChanged(const char *devpath, NetlinkEvent *evt) { argument
268 void DirectVolume::handlePartitionChanged(const char *devpath, NetlinkEvent *evt) { argument
274 void DirectVolume::handleDiskRemoved(const char *devpath, NetlinkEvent *evt) { argument
287 void DirectVolume::handlePartitionRemoved(const char *devpath, NetlinkEvent *evt) { argument
H A DVolumeManager.cpp127 const char *devpath = evt->findParam("DEVPATH"); local
135 SLOGD("Device '%s' event handled by volume %s\n", devpath, (*it)->getLabel());
144 SLOGW("No volumes handled block event for '%s'", devpath);
/system/core/init/
H A Ddevices.c438 static void handle_device(const char *action, const char *devpath, argument
444 make_device(devpath, path, block, major, minor);
447 make_link(devpath, links[i]);
454 remove_link(devpath, links[i]);
456 unlink(devpath);
501 char devpath[96]; local
508 snprintf(devpath, sizeof(devpath), "%s%s", base, name);
514 handle_device(uevent->action, devpath, uevent->path, 1,
522 char devpath[9 local
[all...]

Completed in 151 milliseconds