OSDN Git Service

Clean up AssetManager::scanAndMergeZipLocked
authorYusuke Sato <yusukes@google.com>
Fri, 26 Jun 2015 00:47:35 +0000 (17:47 -0700)
committerYusuke Sato <yusukes@google.com>
Wed, 22 Jul 2015 22:29:43 +0000 (15:29 -0700)
commitc796ad0a8be6df4a3b354690dfe5ce1df8136c09
tree19630f583f28ed951af9a8532ed0352807994672
parent1b11146bd9c62e163d1816136985aa6f68b7f061
Clean up AssetManager::scanAndMergeZipLocked

Now that ZipFileRO::startIteration supports prefix/suffix matching,
we can pass dirName to the function for simpler code and slightly
better performance.

Change-Id: Ia93c3ab3fa688ce013dd9febbf0f4bd3ee1f3e5e
libs/androidfw/AssetManager.cpp