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