Home
last modified time | relevance | path

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

/frameworks/compile/libbcc/bcinfo/Wrap/
Dfile_wrapper_output.cpp21 FileWrapperOutput::FileWrapperOutput(const char* name) in FileWrapperOutput() function in FileWrapperOutput
30 FileWrapperOutput::~FileWrapperOutput() { in ~FileWrapperOutput()
34 bool FileWrapperOutput::Write(uint8_t byte) { in Write()
38 bool FileWrapperOutput::Write(const uint8_t* buffer, size_t buffer_size) { in Write()
/frameworks/compile/libbcc/bcinfo/include/bcinfo/Wrap/
Dfile_wrapper_output.h28 class FileWrapperOutput : public WrapperOutput {
30 explicit FileWrapperOutput(const char* name);
31 ~FileWrapperOutput();
43 DISALLOW_CLASS_COPY_AND_ASSIGN(FileWrapperOutput);