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

/frameworks/base/tools/aapt/
H A DZipFile.h61 kOpenReadOnly = 0x01, enumerator in enum:android::ZipFile::__anon1085
H A DZipFile.cpp68 if ((flags & kOpenReadOnly) && (flags & kOpenReadWrite))
70 if (!((flags & kOpenReadOnly) || (flags & kOpenReadWrite)))
124 if (flags & kOpenReadOnly)
H A DPackage.cpp436 err = jar.open(jars[i], ZipFile::kOpenReadOnly);
H A DAaptAssets.cpp1223 status_t err = zip->open(filename, ZipFile::kOpenReadOnly);
H A DCommand.cpp61 result = zip->open(fileName, ZipFile::kOpenReadOnly);
/frameworks/base/tools/aapt2/
H A DZipFile.h64 kOpenReadOnly = 0x01, enumerator in enum:aapt::ZipFile::__anon1099
H A DZipFile.cpp71 if ((flags & kOpenReadOnly) && (flags & kOpenReadWrite))
73 if (!((flags & kOpenReadOnly) || (flags & kOpenReadWrite)))
127 if (flags & kOpenReadOnly)
H A DMain.cpp742 if (zipFile->open(source.path.data(), ZipFile::kOpenReadOnly) != android::NO_ERROR) {
1171 if (zipFile->open(source.path.data(), ZipFile::kOpenReadOnly) != android::NO_ERROR) {

Completed in 132 milliseconds