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.java142 String extconPath = String.format(Locale.US, "/sys/class/extcon/%s", mName); in getDevicePath() local
143 File devPath = new File(extconPath); in getDevicePath()