Home
last modified time | relevance | path

Searched refs:_at_eof (Results 1 – 3 of 3) sorted by relevance

/frameworks/compile/libbcc/bcinfo/Wrap/
Dfile_wrapper_input.cpp23 _name(name), _at_eof(false), _size_found(false), _size(0) { in FileWrapperInput()
38 _at_eof = true; in Read()
44 return _at_eof; in AtEof()
/frameworks/compile/libbcc/include/bcinfo/Wrap/
Dfile_wrapper_input.h47 bool _at_eof; variable
Din_memory_wrapper_input.h49 bool _at_eof; variable