Searched refs:flush_result (Results 1 – 2 of 2) sorted by relevance
388 int flush_result = Flush(); in FlushCloseOrErase() local389 if (flush_result != 0) { in FlushCloseOrErase()392 return flush_result; in FlushCloseOrErase()405 int flush_result = Flush(); in FlushClose() local406 if (flush_result != 0) { in FlushClose()413 return (flush_result != 0) ? flush_result : close_result; in FlushClose()
132 bool flush_result = buffered.Flush(); in TEST_F() local133 ASSERT_TRUE(flush_result); in TEST_F()