OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:trace_file_
(Results
1 - 2
of
2
) sorted by null
/art/runtime/
trace.h
130
UniquePtr<File>
trace_file_
;
member in class:art::Trace
trace.cc
447
:
trace_file_
(trace_file), buf_(new uint8_t[buffer_size]()), flags_(flags),
525
if (
trace_file_
.get() == NULL) {
538
if (!
trace_file_
->WriteFully(header.c_str(), header.length()) ||
539
!
trace_file_
->WriteFully(buf_.get(), final_offset)) {
Completed in 31 milliseconds