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

  /frameworks/compile/libbcc/bcinfo/Wrap/
file_wrapper_output.cpp 21 FileWrapperOutput::FileWrapperOutput(const char* name)
30 FileWrapperOutput::~FileWrapperOutput() {
34 bool FileWrapperOutput::Write(uint8_t byte) {
38 bool FileWrapperOutput::Write(const uint8_t* buffer, size_t buffer_size) {
  /frameworks/compile/libbcc/bcinfo/include/bcinfo/Wrap/
file_wrapper_output.h 28 class FileWrapperOutput : public WrapperOutput {
30 explicit FileWrapperOutput(const char* name);
31 ~FileWrapperOutput();
43 DISALLOW_CLASS_COPY_AND_ASSIGN(FileWrapperOutput);

Completed in 100 milliseconds