commit | 7c4dcd2b79c3522ecb5ef972489c246eff17c1e1 | [log] [tgz] |
---|---|---|
author | Daniel Rosenberg <drosen@google.com> | Wed Apr 27 15:31:29 2016 -0700 |
committer | Dmitry Shmidt <dimitrysh@google.com> | Tue Jan 31 10:47:15 2017 -0800 |
tree | be4c36f2aa84639c07b1e6a215526143cf403037 | |
parent | 2b314625ab50c6866b11331dcad662c7ac40c05c [diff] |
ANDROID: sdcardfs: Check for other cases on path lookup This fixes a bug where the first lookup of a file or folder created under a different view would not be case insensitive. It will now search through for a case insensitive match if the initial lookup fails. Bug:28024488 Change-Id: I4ff9ce297b9f2f9864b47540e740fd491c545229 Signed-off-by: Daniel Rosenberg <drosen@google.com>