Home
last modified time | relevance | path

Searched refs:kOpenReadOnly (Results 1 – 3 of 3) sorted by relevance

/build/make/tools/zipalign/
DZipAlign.cpp149 if (zin.open(inFileName, ZipFile::kOpenReadOnly) != OK) { in process()
181 if (zipFile.open(fileName, ZipFile::kOpenReadOnly) != OK) { in verify()
DZipFile.h61 kOpenReadOnly = 0x01, enumerator
DZipFile.cpp70 if ((flags & kOpenReadOnly) && (flags & kOpenReadWrite)) in open()
72 if (!((flags & kOpenReadOnly) || (flags & kOpenReadWrite))) in open()
126 if (flags & kOpenReadOnly) in open()