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

/system/vold/model/
H A DDisk.h40 Disk(const std::string& eventPath, dev_t device, const std::string& nickname, int flags);
H A DDisk.cpp117 Disk::Disk(const std::string& eventPath, dev_t device, argument
122 mEventPath = eventPath;
123 mSysPath = StringPrintf("/sys/%s", eventPath.c_str());
/system/vold/
H A DVolumeManager.cpp185 std::string eventPath(evt->findParam("DEVPATH")?evt->findParam("DEVPATH"):"");
197 if (source->matches(eventPath)) {
211 auto disk = new android::vold::Disk(eventPath, device,

Completed in 57 milliseconds