Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/
DExtconUEventObserver.java252 String extconPath = TextUtils.formatSimple("/sys/class/extcon/%s", mName); in getDevicePath() local
253 File devPath = new File(extconPath); in getDevicePath()