Home
last modified time | relevance | path

Searched refs:flush_result (Results 1 – 2 of 2) sorted by relevance

/art/runtime/base/unix_file/
Dfd_file.cc388 int flush_result = Flush(); in FlushCloseOrErase() local
389 if (flush_result != 0) { in FlushCloseOrErase()
392 return flush_result; in FlushCloseOrErase()
405 int flush_result = Flush(); in FlushClose() local
406 if (flush_result != 0) { in FlushClose()
413 return (flush_result != 0) ? flush_result : close_result; in FlushClose()
/art/compiler/linker/
Doutput_stream_test.cc132 bool flush_result = buffered.Flush(); in TEST_F() local
133 ASSERT_TRUE(flush_result); in TEST_F()