OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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/include/bcinfo/Wrap/
file_wrapper_output.h
28
class
FileWrapperOutput
: public WrapperOutput {
30
FileWrapperOutput
(const char* name);
31
~
FileWrapperOutput
();
43
DISALLOW_CLASS_COPY_AND_ASSIGN(
FileWrapperOutput
);
Completed in 6002 milliseconds