OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kOpenReadOnly
(Results
1 - 3
of
3
) sorted by null
/build/tools/zipalign/
ZipAlign.cpp
127
if (zin.open(inFileName, ZipFile::
kOpenReadOnly
) != NO_ERROR) {
158
if (zipFile.open(fileName, ZipFile::
kOpenReadOnly
) != NO_ERROR) {
ZipFile.h
61
kOpenReadOnly
= 0x01,
ZipFile.cpp
70
if ((flags &
kOpenReadOnly
) && (flags & kOpenReadWrite))
72
if (!((flags &
kOpenReadOnly
) || (flags & kOpenReadWrite)))
126
if (flags &
kOpenReadOnly
)
[
all
...]
Completed in 73 milliseconds