Home
last modified time | relevance | path

Searched defs:dst1 (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/libc/test/src/__support/File/
H A Dfile_test.cpp138 dst1(f->get_str(), sizeof(data) * 2); in TEST() local
171 MemoryView src1("hello\n", 6), dst1(f_line->get_str(), 6); in TEST() local
244 MemoryView src1(initial_content, READ_SIZE), dst1(read_data, READ_SIZE); in TEST() local
364 MemoryView src1(initial_content, READ_SIZE), dst1(read_data, READ_SIZE); in TEST() local
401 dst1(f->get_str(), sizeof(initial_content)); in TEST() local
/llvm-project-15.0.7/libc/test/src/stdio/
H A Dfopencookie_test.cpp211 MemoryView src1(INITIAL_CONTENT, READ_SIZE), dst1(read_data, READ_SIZE); in TEST() local