Home
last modified time | relevance | path

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

/art/libartbase/base/unix_file/
Dfd_file.cc566 int flush_result = Flush(); in FlushCloseOrErase() local
567 if (flush_result != 0) { in FlushCloseOrErase()
570 return flush_result; in FlushCloseOrErase()
583 int flush_result = Flush(); in FlushClose() local
584 if (flush_result != 0) { in FlushClose()
591 return (flush_result != 0) ? flush_result : close_result; in FlushClose()
/art/compiler/linker/
Doutput_stream_test.cc133 bool flush_result = buffered.Flush(); in TEST_F() local
134 ASSERT_TRUE(flush_result); in TEST_F()