Home
last modified time | relevance | path

Searched refs:infile_ (Results 1 – 2 of 2) sorted by relevance

/frameworks/compile/libbcc/bcinfo/include/bcinfo/Wrap/
Dbitcode_wrapperer.h105 if (infile_ != nullptr) { in GetInFileSize()
106 return infile_->Size(); in GetInFileSize()
172 WrapperInput* infile_; variable
/frameworks/compile/libbcc/bcinfo/Wrap/
Dbitcode_wrapperer.cpp59 : infile_(infile), in BitcodeWrapperer()
99 if (infile_ != nullptr && infile_->Seek(pos)) { in Seek()
136 if (infile_ == nullptr) { in FillBuffer()
144 int actually_read = infile_->Read(&buffer_[buffer_size_], needed); in FillBuffer()
145 if (infile_->AtEof()) { in FillBuffer()