Home
last modified time | relevance | path

Searched defs:eventPath (Results 1 – 2 of 2) sorted by relevance

/system/vold/model/
DDisk.cpp94 Disk::Disk(const std::string& eventPath, dev_t device, const std::string& nickname, int flags) in Disk()
/system/vold/
DVolumeManager.cpp202 std::string eventPath(evt->findParam("DEVPATH") ? evt->findParam("DEVPATH") : ""); in handleBlockEvent() local