OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mNeedCDRewrite
(Results
1 - 4
of
4
) sorted by null
/build/tools/zipalign/
ZipFile.h
47
: mZipFp(NULL), mReadOnly(false),
mNeedCDRewrite
(false)
146
* Flush changes. If
mNeedCDRewrite
is set, this writes the central dir.
267
bool
mNeedCDRewrite
;
ZipFile.cpp
117
* set
mNeedCDRewrite
so that we create *something* if the
123
mNeedCDRewrite
= true;
403
mNeedCDRewrite
= true;
581
mNeedCDRewrite
= true;
683
mNeedCDRewrite
= true;
967
mNeedCDRewrite
= true;
985
if (!
mNeedCDRewrite
)
1020
mNeedCDRewrite
= false;
[
all
...]