HomeSort by relevance Sort by last modified time
    Searched refs:flush_result (Results 1 - 2 of 2) sorted by null

  /art/runtime/base/unix_file/
fd_file.cc 321 int flush_result = TEMP_FAILURE_RETRY(Flush()); local
322 if (flush_result != 0) {
325 return flush_result;
338 int flush_result = TEMP_FAILURE_RETRY(Flush()); local
339 if (flush_result != 0) {
346 return (flush_result != 0) ? flush_result : close_result;
  /art/compiler/linker/
output_stream_test.cc 132 bool flush_result = buffered.Flush(); local
133 ASSERT_TRUE(flush_result);

Completed in 623 milliseconds