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

  /art/runtime/base/unix_file/
fd_file.cc 217 int flush_result = TEMP_FAILURE_RETRY(Flush()); local
218 if (flush_result != 0) {
221 return flush_result;
233 int flush_result = TEMP_FAILURE_RETRY(Flush()); local
234 if (flush_result != 0) {
241 return (flush_result != 0) ? flush_result : close_result;
  /external/chromium_org/content/browser/
safe_util_win.cc 41 BOOL flush_result = FlushFileBuffers(file); local
44 if (!result || !flush_result || written != kIdentifierSize) {
  /external/chromium_org/native_client_sdk/src/examples/api/file_io/
file_io.cc 196 int32_t flush_result = file.Flush(pp::BlockUntilComplete()); local
197 if (flush_result != PP_OK) {
198 ShowErrorMessage("File fail to flush", flush_result);
  /external/chromium_org/native_client_sdk/src/doc/devguide/coding/
file-io.rst 352 int32_t flush_result = file.Flush(pp::BlockUntilComplete());
353 if (flush_result != PP_OK) {
354 ShowErrorMessage("File fail to flush", flush_result);
  /external/chromium_org/native_client_sdk/doc_generated/devguide/coding/
file-io.html 305 int32_t flush_result = file.Flush(pp::BlockUntilComplete());
306 if (flush_result != PP_OK) {
307 ShowErrorMessage("File fail to flush", flush_result);

Completed in 788 milliseconds