mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-02-20 11:58:55 +00:00
In previous versions of Android, "mount" returned output in the format similar to fstab entries, which is what list_file_systems expected. This fixes it to be able to handle the more traditional "mount" output in the format <device> on <mount point> type <fs type> <options> as well as continue to parse the Android output correctly.