Searched refs:eventPath (Results 1 – 3 of 3) sorted by relevance
40 Disk(const std::string& eventPath, dev_t device, const std::string& nickname, int flags);
79 Disk::Disk(const std::string& eventPath, dev_t device, in Disk() argument84 mEventPath = eventPath; in Disk()85 mSysPath = StringPrintf("/sys/%s", eventPath.c_str()); in Disk()
286 std::string eventPath(evt->findParam("DEVPATH")); in handleBlockEvent() local298 if (source->matches(eventPath)) { in handleBlockEvent()308 auto disk = new android::vold::Disk(eventPath, device, in handleBlockEvent()