Home
last modified time | relevance | path

Searched refs:mountInfo (Results 1 – 1 of 1) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/device/
DNativeDevice.java1452 final String mountInfo = executeShellCommand("cat /proc/mounts"); in getMountPointInfo() local
1453 final String[] mountInfoLines = mountInfo.split("\r?\n"); in getMountPointInfo()