Home
last modified time | relevance | path

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

/frameworks/compile/libbcc/bcinfo/Wrap/
Dfile_wrapper_input.cpp22 FileWrapperInput::FileWrapperInput(const char* name) : in FileWrapperInput() function in FileWrapperInput
31 FileWrapperInput::~FileWrapperInput() { in ~FileWrapperInput()
35 size_t FileWrapperInput::Read(uint8_t* buffer, size_t wanted) { in Read()
43 bool FileWrapperInput::AtEof() { in AtEof()
47 off_t FileWrapperInput::Size() { in Size()
62 bool FileWrapperInput::Seek(uint32_t pos) { in Seek()
/frameworks/compile/libbcc/bcinfo/include/bcinfo/Wrap/
Dfile_wrapper_input.h28 class FileWrapperInput : public WrapperInput {
30 explicit FileWrapperInput(const char* _name);
31 ~FileWrapperInput();
55 DISALLOW_CLASS_COPY_AND_ASSIGN(FileWrapperInput);