Home
last modified time | relevance | path

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

/external/llvm-project/libc/utils/testutils/
DFDReader.h23 bool matchWritten(const char *);
DFDReaderUnix.cpp30 bool FDReader::matchWritten(const char *str) { in matchWritten() function in __llvm_libc::testutils::FDReader
/external/llvm-project/libc/test/src/unistd/
Dwrite_test.cpp20 EXPECT_TRUE(reader.matchWritten(hello)); in TEST()