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

  /art/runtime/base/unix_file/
fd_file.cc 232 int flush_result = TEMP_FAILURE_RETRY(Flush()); local
233 if (flush_result != 0) {
236 return flush_result;
248 int flush_result = TEMP_FAILURE_RETRY(Flush()); local
249 if (flush_result != 0) {
256 return (flush_result != 0) ? flush_result : close_result;

Completed in 185 milliseconds