Home
last modified time | relevance | path

Searched defs:WRITE_DATA (Results 1 – 11 of 11) sorted by relevance

/llvm-project/libc/test/src/stdio/
H A Dfopencookie_test.cpp138 constexpr char WRITE_DATA[] = "Hello,writeonly!"; in TEST() local
163 constexpr char WRITE_DATA[] = "append"; in TEST() local
216 constexpr char WRITE_DATA[] = "hello, file"; TEST() local
227 constexpr char WRITE_DATA[] = "hello, file"; TEST() local
[all...]
H A Dfileop_test.cpp164 constexpr MyStruct WRITE_DATA[] = {{'a', 1}, {'b', 2}, {'c', 3}}; in TEST() local
/llvm-project/libc/test/src/sys/stat/
H A Dfchmod_test.cpp29 const char WRITE_DATA[] = "test data"; in TEST() local
H A Dchmod_test.cpp29 const char WRITE_DATA[] = "test data"; in TEST() local
H A Dfchmodat_test.cpp31 const char WRITE_DATA[] = "fchmodat test"; in TEST() local
/llvm-project/libc/test/src/unistd/
H A Dtruncate_test.cpp28 constexpr const char WRITE_DATA[] = "hello, truncate"; in TEST() local
H A Dftruncate_test.cpp28 constexpr const char WRITE_DATA[] = "hello, ftruncate"; in TEST() local
H A Ddup_test.cpp34 constexpr char WRITE_DATA[] = "Hello, dup!"; in TEST() local
H A Ddup2_test.cpp35 constexpr char WRITE_DATA[] = "Hello, dup!"; in TEST() local
H A Ddup3_test.cpp41 constexpr char WRITE_DATA[] = "Hello, dup!"; in TEST() local
/llvm-project/libc/test/src/__support/File/
H A Dfile_test.cpp431 constexpr size_t WRITE_SIZE = sizeof(WRITE_DATA); in TEST() local
448 constexpr size_t WRITE_SIZE = sizeof(WRITE_DATA); in TEST() local
472 const char WRITE_DATA[] = ""; TEST() local
[all...]