Home
last modified time | relevance | path

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

/llvm-project/libc/test/integration/src/spawn/
H A Dposix_spawn_test_binary.cpp11 ssize_t len = read(CHILD_FD, buf, readsize); in main() local
/llvm-project/libc/src/__support/File/
H A Ddir.cpp33 auto readsize = platform_fetch_dirents(fd, buffer); read() local