Searched refs:eventPath (Results 1 – 3 of 3) sorted by relevance
/system/vold/model/ |
D | Disk.h | 40 Disk(const std::string& eventPath, dev_t device, const std::string& nickname, int flags);
|
D | Disk.cpp | 124 Disk::Disk(const std::string& eventPath, dev_t device, const std::string& nickname, int flags) in Disk() argument 132 mEventPath = eventPath; in Disk() 133 mSysPath = StringPrintf("/sys/%s", eventPath.c_str()); in Disk()
|
/system/vold/ |
D | VolumeManager.cpp | 204 std::string eventPath(evt->findParam("DEVPATH") ? evt->findParam("DEVPATH") : ""); in handleBlockEvent() local 216 if (source->matches(eventPath)) { in handleBlockEvent() 230 new android::vold::Disk(eventPath, device, source->getNickname(), flags); in handleBlockEvent()
|