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 277 class SharedZip : public RefBase {
279 static sp<SharedZip> get(const String8& path);
292 ~SharedZip();
295 SharedZip(const String8& path, time_t modWhen);
296 SharedZip(); // <-- not implemented
306 static DefaultKeyedVector<String8, wp<SharedZip> > gOpen;
343 mutable Vector<sp<SharedZip> > mZipFile;
  /frameworks/base/libs/androidfw/
AssetManager.cpp     [all...]

Completed in 37 milliseconds