Searched refs:WriteOnFd (Results 1 – 1 of 1) sorted by relevance
87 Action<WriteOnFdFunction> WriteOnFd(const std::string& output) { in WriteOnFd() function160 .WillRepeatedly(DoAll(WithArg<0>(WriteOnFd(output)), Return(0))); in ExpectDump()167 .WillRepeatedly(DoAll(WithArg<0>(WriteOnFd(output)), Return(0))); in ExpectDumpWithArgs()173 .WillRepeatedly(DoAll(Sleep(timeout_s), WithArg<0>(WriteOnFd(output)), Return(0))); in ExpectDumpAndHang()