Searched refs:extconPath (Results 1 – 1 of 1) sorted by relevance
252 String extconPath = TextUtils.formatSimple("/sys/class/extcon/%s", mName); in getDevicePath() local253 File devPath = new File(extconPath); in getDevicePath()