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