Searched refs:mountInfo (Results 1 – 1 of 1) sorted by relevance
1452 final String mountInfo = executeShellCommand("cat /proc/mounts"); in getMountPointInfo() local1453 final String[] mountInfoLines = mountInfo.split("\r?\n"); in getMountPointInfo()