commit | f30218bea72cfa605796a703abf2f423e9becc48 | [log] [tgz] |
---|---|---|
author | Mike Lockwood <lockwood@android.com> | Mon Jun 14 22:57:22 2010 -0700 |
committer | Mike Lockwood <lockwood@android.com> | Mon Jun 14 22:57:22 2010 -0700 |
tree | e2b4817d83c7a4a96ed11eb958174cca2c6f1117 | |
parent | 622ccdc2184ff3f3b8d159cf585cb13608c98d0b [diff] |
MediaScanner: Fix handling of files with dirent.d_type == DT_UNKNOWN The previous code was calling stat() on the parent directory rather than the actual file. Change-Id: If64552cb37552c77618a81ae4333307a018efe13 Signed-off-by: Mike Lockwood <lockwood@android.com>