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

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

Completed in 25 milliseconds