Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/reader/
DEventHub.cpp254 unsigned int minor_num = minor(statbuf.st_rdev); in getSysfsRootPath() local
258 sysfsPath /= std::to_string(major_num) + ":" + std::to_string(minor_num); in getSysfsRootPath()