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 396 int flush_result = Flush(); local
397 if (flush_result != 0) {
400 return flush_result;
413 int flush_result = Flush(); local
414 if (flush_result != 0) {
421 return (flush_result != 0) ? flush_result : close_result;
  /art/compiler/linker/
output_stream_test.cc 131 bool flush_result = buffered.Flush(); local
132 ASSERT_TRUE(flush_result);

Completed in 62 milliseconds