HomeSort by relevance Sort by last modified time
    Searched refs:FileWrapperInput (Results 1 - 2 of 2) sorted by null

  /frameworks/compile/libbcc/bcinfo/include/bcinfo/Wrap/
file_wrapper_input.h 28 class FileWrapperInput : public WrapperInput {
30 explicit FileWrapperInput(const char* _name);
31 ~FileWrapperInput();
55 DISALLOW_CLASS_COPY_AND_ASSIGN(FileWrapperInput);
  /frameworks/compile/libbcc/bcinfo/Wrap/
file_wrapper_input.cpp 22 FileWrapperInput::FileWrapperInput(const char* name) :
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) {

Completed in 187 milliseconds