Home
last modified time | relevance | path

Searched refs:eventPath (Results 1 – 3 of 3) sorted by relevance

/system/vold/
DDisk.h40 Disk(const std::string& eventPath, dev_t device, const std::string& nickname, int flags);
DDisk.cpp108 Disk::Disk(const std::string& eventPath, dev_t device, in Disk() argument
113 mEventPath = eventPath; in Disk()
114 mSysPath = StringPrintf("/sys/%s", eventPath.c_str()); in Disk()
DVolumeManager.cpp288 std::string eventPath(evt->findParam("DEVPATH")?evt->findParam("DEVPATH"):""); in handleBlockEvent() local
300 if (source->matches(eventPath)) { in handleBlockEvent()
314 auto disk = new android::vold::Disk(eventPath, device, in handleBlockEvent()