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 265 class SharedZip : public RefBase {
267 static sp<SharedZip> get(const String8& path);
280 ~SharedZip();
283 SharedZip(const String8& path, time_t modWhen);
284 SharedZip(); // <-- not implemented
294 static DefaultKeyedVector<String8, wp<SharedZip> > gOpen;
331 mutable Vector<sp<SharedZip> > mZipFile;
  /frameworks/base/libs/utils/
AssetManager.cpp     [all...]

Completed in 50 milliseconds