Lines Matching defs:buffer
68 char buffer[bufferSize] = { 0 };
86 int len = snprintf_s(buffer, sizeof(buffer), sizeof(buffer) - 1,
90 HILOG_ERROR(LOG_CORE, "MarkClockSync: entering realtime_ts into buffer error, errno(%{public}d)", errno);
95 if (write(fd, buffer, len) < 0) {
107 len = snprintf_s(buffer, sizeof(buffer), sizeof(buffer) - 1, "trace_event_clock_sync: parent_ts=%f\n",
110 HILOG_ERROR(LOG_CORE, "MarkClockSync: entering parent_ts into buffer error, errno(%{public}d)", errno);
114 if (write(fd, buffer, len) < 0) {