Searched refs:eof (Results 1 - 4 of 4) sorted by last modified time

/system/core/adb/
H A Dsysdeps_win32.c97 int eof; member in struct:FHRec_
181 f->eof = 0;
195 f->eof = 0;
237 f->eof = 1;
252 f->eof = 1;
278 f->eof = 0;
/system/core/fs_mgr/
H A Dfs_mgr.c179 int eof = 0; local
190 eof = 1;
206 if (eof) {
/system/core/libcutils/
H A Dopen_memstream.c69 size_t* sizep; /* pointer to eof */
72 size_t eof; /* furthest point we've written to */ member in struct:__anon402
131 if (stream->eof < stream->offset) {
133 stream->eof, stream->offset-1));
134 memset(*stream->bufp + stream->eof, '\0',
135 stream->offset - stream->eof);
142 if (stream->offset > stream->eof) {
146 stream->eof = stream->offset;
172 newPosn += stream->eof;
182 if (stream->offset < stream->eof) {
[all...]
/system/extras/tests/sdcard/
H A Dsysutil.cpp95 bool eof = false; local
101 while (size > 0 && !error && !eof && attempts < kMaxAttempts)
117 eof = true;
136 if (!eof)
476 bool eof = false; local
482 while (size > 0 && !error && !eof && attempts < kMaxAttempts)
498 eof = true;
529 bool eof = false; local
537 while (size > 0 && !error && !eof && attempts < kMaxAttempts)
553 eof
[all...]

Completed in 53 milliseconds