Searched refs:mountInfoLines (Results 1 – 1 of 1) sorted by relevance
1905 final String[] mountInfoLines = mountInfo.split("\r?\n"); in getMountPointInfo() local1906 List<MountPointInfo> list = new ArrayList<>(mountInfoLines.length); in getMountPointInfo()1908 for (String line : mountInfoLines) { in getMountPointInfo()