HomeSort by relevance Sort by last modified time
    Searched refs:SharedZip (Results 1 - 2 of 2) sorted by null

  /frameworks/base/include/androidfw/
AssetManager.h 294 class SharedZip : public RefBase {
296 static sp<SharedZip> get(const String8& path, bool createIfNotPresent = true);
312 ~SharedZip();
315 SharedZip(const String8& path, time_t modWhen);
316 SharedZip(); // <-- not implemented
328 static DefaultKeyedVector<String8, wp<SharedZip> > gOpen;
368 mutable Vector<sp<SharedZip> > mZipFile;
  /frameworks/base/libs/androidfw/
AssetManager.cpp     [all...]

Completed in 42 milliseconds