OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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