summaryrefslogtreecommitdiffstats
path: root/media/libmedia/MediaScanner.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Properly assign LOG_TAGs in OMXMaster.cpp and MediaScanner.cppAndreas Huber2010-06-231-0/+4
| | | | | Change-Id: I863651619f84b2b66e9a926ce1fef8ce6a53a42d related-to-bug: 2639116
* Fix regression in directory scanningKenny Root2010-03-151-1/+1
| | | | | | | | | Previous range-checking fix removed an inequality check. This change restores it. Offending change was I5eb310ced58c3c64a7af2d11b80326efe5adbcab Change-Id: Ic952c3ba5a4f7e5ab2148ec623b6f083cb7495fb
* Range check in MediaScanner::processDirectoryKenny Root2010-02-181-1/+1
| | | | | | | Make sure we don't have an empty string before checking if it's a directory since this string is tainted. Change-Id: I5eb310ced58c3c64a7af2d11b80326efe5adbcab
* Refactor MediaScanner. Some steps on the way towards being able to build the ↵Andreas Huber2009-12-031-0/+189
tree without OpenCore.