Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/test/dfsan/
H A Dcustom.cpp830 char a_buf[] = "Sample chars"; in test_dfsan_set_write_callback() local
831 int a_buf_len = strlen(a_buf); in test_dfsan_set_write_callback()
839 DEFINE_AND_SAVE_ORIGINS(a_buf) in test_dfsan_set_write_callback()
842 int res = write(fd, a_buf, a_buf_len); in test_dfsan_set_write_callback()