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

  /system/core/logd/
LogBufferElement.cpp 27 const log_time LogBufferElement::FLUSH_ERROR((uint32_t)0, (uint32_t)0);
64 return FLUSH_ERROR;
LogBufferElement.h 49 static const log_time FLUSH_ERROR;
LogTimes.cpp 143 if (start == LogBufferElement::FLUSH_ERROR) {
LogBuffer.cpp 468 if (max == element->FLUSH_ERROR) {
  /external/chromium_org/storage/browser/fileapi/
file_writer_delegate.cc 224 int flush_error = file_stream_writer_->Flush( local
227 if (flush_error != net::ERR_IO_PENDING)
228 OnFlushed(error, bytes_written, progress_status, flush_error);
234 int flush_error) {
235 if (error == base::File::FILE_OK && flush_error != net::OK) {
238 error = NetErrorToFileError(flush_error);
file_writer_delegate.h 87 int flush_error);

Completed in 500 milliseconds