Lines Matching defs:buffer
242 " -b N Sets the size of the buffer (KB) for storing and reading traces. The default \n"
243 " buffer size is 18432 KB.\n"
260 " --overwrite Sets the action to take when the buffer is full. If this option is used,\n"
317 ConsoleLog("error: buffer size is illegal input. eg: \"--buffer_size 18432\".");
320 ConsoleLog("error: buffer size must be from 256 KB to " + std::to_string(maxBufferSizeKB / KB_PER_MB) +
403 ConsoleLog("error: buffer size is illegal input. eg: \"--buffer_size 18432\".");
406 ConsoleLog("error: buffer size must be from 256 KB to " + std::to_string(maxBufferSizeKB / KB_PER_MB) +
501 ConsoleLog("error: zip stream buffer init failed.");
592 char buffer[blockSize];
594 bytesRead = TEMP_FAILURE_RETRY(read(traceFd, buffer, blockSize));
598 bytesWritten = TEMP_FAILURE_RETRY(write(outFd, buffer, bytesRead));