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

  /frameworks/base/include/utils/
AssetManager.h 245 class SharedZip : public RefBase {
247 static sp<SharedZip> get(const String8& path);
260 ~SharedZip();
263 SharedZip(const String8& path, time_t modWhen);
264 SharedZip(); // <-- not implemented
274 static DefaultKeyedVector<String8, wp<SharedZip> > gOpen;
311 mutable Vector<sp<SharedZip> > mZipFile;
  /frameworks/base/libs/utils/
AssetManager.cpp     [all...]

Completed in 24 milliseconds