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.cc396 int flush_result = Flush(); in FlushCloseOrErase() local
397 if (flush_result != 0) { in FlushCloseOrErase()
400 return flush_result; in FlushCloseOrErase()
413 int flush_result = Flush(); in FlushClose() local
414 if (flush_result != 0) { in FlushClose()
421 return (flush_result != 0) ? flush_result : close_result; in FlushClose()
/art/compiler/linker/
Doutput_stream_test.cc131 bool flush_result = buffered.Flush(); in TEST_F() local
132 ASSERT_TRUE(flush_result); in TEST_F()