Searched refs:flush_result (Results 1 – 2 of 2) sorted by relevance
566 int flush_result = Flush(); in FlushCloseOrErase() local567 if (flush_result != 0) { in FlushCloseOrErase()570 return flush_result; in FlushCloseOrErase()583 int flush_result = Flush(); in FlushClose() local584 if (flush_result != 0) { in FlushClose()591 return (flush_result != 0) ? flush_result : close_result; in FlushClose()
133 bool flush_result = buffered.Flush(); in TEST_F() local134 ASSERT_TRUE(flush_result); in TEST_F()