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

  /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 321 int32_t flush_result = file.Flush(pp::BlockUntilComplete());
322 if (flush_result != PP_OK) {
323 ShowErrorMessage("File fail to flush", flush_result);

Completed in 471 milliseconds