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