OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:atEof
(Results
1 - 2
of
2
) sorted by null
/build/tools/zipalign/
ZipFile.cpp
751
bool
atEof
= false; // no feof() aviailable yet
801
if (zstream.avail_in == 0 && !
atEof
) {
818
atEof
= true;
827
if (
atEof
)
[
all
...]
/frameworks/base/tools/aapt/
ZipFile.cpp
751
bool
atEof
= false; // no feof() aviailable yet
801
if (zstream.avail_in == 0 && !
atEof
) {
818
atEof
= true;
827
if (
atEof
)
[
all
...]
Completed in 209 milliseconds