commit | ef04e8f230e7ef5dece1cc4e73cd109c69905418 | [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 | bf01ceb455b1d0c426de2a11189c5eb4724cec67 | |
parent | c42aa12f73edf79bc9cb0dbf6b74a7f1af11c683 [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>