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

  /bionic/libc/malloc_debug/
GuardData.h 53 void LogFailure(const Header* header, const void* pointer, const void* data);
70 void LogFailure(const Header* header);
89 void LogFailure(const Header* header);
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));
98 void RearGuardData::LogFailure(const Header* header) {
99 GuardData::LogFailure(header, debug_->GetPointer(header), debug_->GetRearGuard(header));
malloc_debug.cpp 357 g_debug->front_guard->LogFailure(header);
362 g_debug->rear_guard->LogFailure(header);
  /external/libchrome/base/files/
important_file_writer.cc 51 void LogFailure(const FilePath& path, TempFileFailure failure_code,
90 LogFailure(path, FAILED_CREATING, "could not create temporary file");
96 LogFailure(path, FAILED_OPENING, "could not open temporary file");
107 LogFailure(path, FAILED_WRITING, "error writing, bytes_written=" +
114 LogFailure(path, FAILED_FLUSHING, "error flushing");
120 LogFailure(path, FAILED_RENAMING, "could not rename temporary file");
  /external/v8/src/
log-utils.cc 238 log_->logger_->LogFailure();
log.h 258 void LogFailure();
log.cc     [all...]

Completed in 899 milliseconds