Home
last modified time | relevance | path

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

/art/runtime/base/unix_file/
Dfd_file.cc232 int flush_result = TEMP_FAILURE_RETRY(Flush()); in FlushCloseOrErase() local
233 if (flush_result != 0) { in FlushCloseOrErase()
236 return flush_result; in FlushCloseOrErase()
248 int flush_result = TEMP_FAILURE_RETRY(Flush()); in FlushClose() local
249 if (flush_result != 0) { in FlushClose()
256 return (flush_result != 0) ? flush_result : close_result; in FlushClose()