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

  /bionic/libc/malloc_debug/
GuardData.cpp 49 void GuardData::LogFailure(const Header* header, const void* pointer, const void* data) {
86 void FrontGuardData::LogFailure(const Header* header) {
87 GuardData::LogFailure(header, debug_->GetPointer(header), debug_->GetFrontGuard(header));
97 void RearGuardData::LogFailure(const Header* header) {
98 GuardData::LogFailure(header, debug_->GetPointer(header), debug_->GetRearGuard(header));
  /external/libchrome/base/files/
important_file_writer.cc 90 void LogFailure(const FilePath& path,
161 LogFailure(path, histogram_suffix, FAILED_CREATING,
171 LogFailure(path, histogram_suffix, FAILED_OPENING,
189 LogFailure(path, histogram_suffix, FAILED_WRITING,
196 LogFailure(path, histogram_suffix, FAILED_FLUSHING, "error flushing");
206 LogFailure(path, histogram_suffix, FAILED_RENAMING,
  /external/v8/src/
log.cc     [all...]

Completed in 617 milliseconds