Searched refs:kOpenReadOnly (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/tools/aapt/
H A DZipFile.h61 kOpenReadOnly = 0x01, enumerator in enum:android::ZipFile::__anon1158
H A DZipFile.cpp68 if ((flags & kOpenReadOnly) && (flags & kOpenReadWrite))
70 if (!((flags & kOpenReadOnly) || (flags & kOpenReadWrite)))
124 if (flags & kOpenReadOnly)
H A DPackage.cpp487 err = jar.open(jars[i], ZipFile::kOpenReadOnly);
H A DCommand.cpp47 result = zip->open(fileName, ZipFile::kOpenReadOnly);
H A DAaptAssets.cpp2312 status_t err = zip->open(filename, ZipFile::kOpenReadOnly);

Completed in 85 milliseconds