Searched refs:ll_output_handle_ (Results 1 – 3 of 3) sorted by relevance
43 ll_output_handle_(NULL), in Log()167 ll_output_handle_ = OS::FOpen(ll_name.start(), OS::LogFileOpenMode); in OpenFile()168 setvbuf(ll_output_handle_, NULL, _IOFBF, kLowLevelLogBufferSize); in OpenFile()183 if (ll_output_handle_ != NULL) fclose(ll_output_handle_); in Close()184 ll_output_handle_ = NULL; in Close()
94 FILE* ll_output_handle_; variable
1479 if (log_->ll_output_handle_ == NULL) return; in LowLevelCodeCreateEvent()1494 if (log_->ll_output_handle_ == NULL) return; in LowLevelCodeMoveEvent()1503 if (log_->ll_output_handle_ == NULL) return; in LowLevelCodeDeleteEvent()1511 if (log_->ll_output_handle_ == NULL) return; in LowLevelSnapshotPositionEvent()1520 size_t rv = fwrite(bytes, 1, size, log_->ll_output_handle_); in LowLevelLogWriteBytes()