OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:atEof
(Results
1 - 3
of
3
) sorted by null
/libcore/ojluni/src/main/java/sun/nio/fs/
UnixDirectoryStream.java
148
private boolean
atEof
;
154
atEof
= false;
191
atEof
= true;
212
if (nextEntry == null && !
atEof
)
220
if (nextEntry == null && !
atEof
) {
/build/make/tools/zipalign/
ZipFile.cpp
860
bool
atEof
= false; // no feof() aviailable yet
898
atEof
= true;
902
ZopfliDeflate(&options, 2,
atEof
, inBuf, getSize, &bp, &outBuf, &outSize);
903
} while (!
atEof
);
[
all
...]
/frameworks/base/tools/aapt/
ZipFile.cpp
748
bool
atEof
= false; // no feof() aviailable yet
798
if (zstream.avail_in == 0 && !
atEof
) {
815
atEof
= true;
824
if (
atEof
)
[
all
...]
Completed in 136 milliseconds