Searched refs:extconPath (Results 1 – 1 of 1) sorted by relevance
142 String extconPath = String.format(Locale.US, "/sys/class/extcon/%s", mName); in getDevicePath() local143 File devPath = new File(extconPath); in getDevicePath()