Home
last modified time | relevance | path

Searched refs:other_content (Results 1 – 1 of 1) sorted by relevance

/linux-6.12.1/lib/kunit/
Dstring-stream.c138 const char *other_content; in string_stream_append() local
141 other_content = string_stream_get_string(other); in string_stream_append()
143 if (!other_content) in string_stream_append()
146 ret = string_stream_add(stream, other_content); in string_stream_append()
147 kfree(other_content); in string_stream_append()