Searched refs:eventPath (Results 1 – 3 of 3) sorted by relevance
/aosp12/system/vold/model/ |
H A D | Disk.cpp | 94 Disk::Disk(const std::string& eventPath, dev_t device, const std::string& nickname, int flags) in Disk() argument 102 mEventPath = eventPath; in Disk() 103 mSysPath = StringPrintf("/sys/%s", eventPath.c_str()); in Disk()
|
H A D | Disk.h | 41 Disk(const std::string& eventPath, dev_t device, const std::string& nickname, int flags);
|
/aosp12/system/vold/ |
H A D | VolumeManager.cpp | 210 std::string eventPath(evt->findParam("DEVPATH") ? evt->findParam("DEVPATH") : ""); in handleBlockEvent() local 222 if (source->matches(eventPath)) { in handleBlockEvent() 234 new android::vold::Disk(eventPath, device, source->getNickname(), flags); in handleBlockEvent()
|