Searched refs:report_path_full (Results 1 – 1 of 1) sorted by relevance
69 InternalScopedBuffer<char> report_path_full(4096); in MaybeOpenReportFile() local70 internal_snprintf(report_path_full.data(), report_path_full.size(), in MaybeOpenReportFile()72 fd_t fd = OpenFile(report_path_full.data(), true); in MaybeOpenReportFile()76 Report("ERROR: Can't open file: %s\n", report_path_full.data()); in MaybeOpenReportFile()