Home
last modified time | relevance | path

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

/systemd-251/src/test/
Dtest-socket-util.c225 static const char file_contents[] = "test contents for passfd"; in TEST() local
239 assert_se(write_tmpfile(tmpfile, file_contents) == 0); in TEST()
262 assert_se(streq(buf, file_contents)); in TEST()
267 static const char file_contents[] = "test contents in the file"; in TEST() local
283 assert_se(write_tmpfile(tmpfile, file_contents) == 0); in TEST()
310 assert_se(streq(buf, file_contents)); in TEST()