I've observed some prettys strange behavior on AML devices regarding reading /proc/mounts. Somehow there are multiple, unique mount points for some devices when reading /proc/mounts with fopen/fgets. However they don't exist if "cat /proc/mounts" is issued from the shell. Baffling...
88e0fc2 [DROID] Only add one mount point per device
xbmc/storage/android/AndroidStorageProvider.cpp | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
Upstream: github.com