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