Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/device/
DNativeDevice.java1453 final String[] mountInfoLines = mountInfo.split("\r?\n"); in getMountPointInfo() local
1454 List<MountPointInfo> list = new ArrayList<>(mountInfoLines.length); in getMountPointInfo()
1456 for (String line : mountInfoLines) { in getMountPointInfo()