Lines Matching refs:file
3 // found in the LICENSE file.
47 FILE* file() const { return tracer_->file(); }
56 FILE* file = this->file();
57 if (file == stdout) {
60 file_stream_.emplace(file);
83 "could not open file. If on Android, try passing "
84 "--redirect-code-traces-to=/sdcard/Download/<file-name>");
102 FILE* file() const { return file_; }