HomeSort by relevance Sort by last modified time
    Searched defs:last_error_ (Results 1 - 8 of 8) sorted by null

  /frameworks/base/libs/androidfw/include/androidfw/
Chunk.h 90 last_error_(nullptr) {
97 inline bool HadError() const { return last_error_ != nullptr; }
98 inline std::string GetLastError() const { return last_error_; }
108 const char* last_error_; member in class:android::ChunkIterator
  /system/core/libunwindstack/
DwarfCfa.h 78 DwarfError last_error() { return last_error_; }
92 DwarfError last_error_; member in class:unwindstack::DwarfCfa
DwarfOp.h 75 DwarfError last_error() { return last_error_; }
99 DwarfError last_error_ = DWARF_ERROR_NONE; member in class:unwindstack::DwarfOp
    [all...]
  /system/core/libunwindstack/include/unwindstack/
DwarfSection.h 75 DwarfError last_error() { return last_error_; }
107 DwarfError last_error_; member in class:unwindstack::DwarfSection
  /external/libmojo/mojo/public/cpp/bindings/lib/
validation_errors.h 85 ValidationError last_error() const { return last_error_; }
87 last_error_ = error;
92 ValidationError last_error_; member in class:mojo::internal::ValidationErrorObserverForTesting
  /bionic/libc/bionic/
system_properties.cpp 481 PropertyServiceConnection() : last_error_(0) {
484 last_error_ = errno;
496 last_error_ = errno;
507 return last_error_;
528 last_error_ = errno;
530 last_error_ = -1;
532 last_error_ = 0;
535 return last_error_ == 0;
539 int last_error_; member in class:PropertyServiceConnection
582 connection_->last_error_ = errno
    [all...]
  /system/extras/perfprofd/quipper/base/
logging.h 496 unsigned long get_error() const { return last_error_; }
499 unsigned long last_error_; member in class:logging::LogMessage::SaveLastError
502 SaveLastError last_error_; member in class:logging::LogMessage
  /external/libchrome/base/
logging.h 862 unsigned long last_error_; member in class:logging::LogMessage::SaveLastError
865 SaveLastError last_error_; member in class:logging::LogMessage
    [all...]

Completed in 374 milliseconds