Home
last modified time | relevance | path

Searched defs:WRITE_SIZE (Results 1 – 13 of 13) sorted by relevance

/llvm-project/libc/test/src/sys/stat/
H A Dfchmod_test.cpp30 constexpr ssize_t WRITE_SIZE = ssize_t(sizeof(WRITE_DATA)); in TEST() local
H A Dchmod_test.cpp30 constexpr ssize_t WRITE_SIZE = ssize_t(sizeof(WRITE_DATA)); in TEST() local
H A Dfchmodat_test.cpp32 constexpr ssize_t WRITE_SIZE = ssize_t(sizeof(WRITE_DATA)); in TEST() local
/llvm-project/libc/test/src/stdio/
H A Dfgets_test.cpp28 constexpr size_t WRITE_SIZE = sizeof(CONTENT) - 1; TEST() local
H A Dfgetc_unlocked_test.cpp32 constexpr size_t WRITE_SIZE = sizeof(CONTENT) - 1; in test_with_func() local
H A Dfgetc_test.cpp29 constexpr size_t WRITE_SIZE = sizeof(CONTENT) - 1; in test_with_func() local
H A Dftell_test.cpp35 ASSERT_EQ(WRITE_SIZE, LIBC_NAMESPACE::fwrite(CONTENT, 1, WRITE_SIZE, file)); in test_with_bufmode() local
/llvm-project/libc/test/src/unistd/
H A Dtruncate_test.cpp29 constexpr size_t WRITE_SIZE = sizeof(WRITE_DATA); in TEST() local
H A Dftruncate_test.cpp29 constexpr size_t WRITE_SIZE = sizeof(WRITE_DATA); in TEST() local
H A Ddup_test.cpp35 constexpr size_t WRITE_SIZE = sizeof(WRITE_DATA); in TEST() local
H A Ddup2_test.cpp36 constexpr size_t WRITE_SIZE = sizeof(WRITE_DATA); in TEST() local
H A Ddup3_test.cpp42 constexpr size_t WRITE_SIZE = sizeof(WRITE_DATA); in TEST() local
/llvm-project/libc/test/src/__support/File/
H A Dfile_test.cpp432 constexpr size_t WRITE_SIZE = sizeof(WRITE_DATA); TEST() local
449 constexpr size_t WRITE_SIZE = sizeof(WRITE_DATA); TEST() local
473 constexpr size_t WRITE_SIZE = 0; TEST() local
[all...]