OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:infile_
(Results
1 - 2
of
2
) sorted by null
/frameworks/compile/libbcc/bcinfo/Wrap/
bitcode_wrapperer.cpp
58
:
infile_
(infile),
98
if (
infile_
!= NULL &&
infile_
->Seek(pos)) {
135
if (
infile_
== NULL) {
143
int actually_read =
infile_
->Read(&buffer_[buffer_size_], needed);
144
if (
infile_
->AtEof()) {
/frameworks/compile/libbcc/include/bcinfo/Wrap/
bitcode_wrapperer.h
105
if (
infile_
!= NULL) {
106
return
infile_
->Size();
172
WrapperInput*
infile_
;
member in class:BitcodeWrapperer
Completed in 1163 milliseconds