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 51 void LogFailure(const Header* header, const void* pointer, const void* data);
68 void LogFailure(DebugData& debug, const Header* header);
87 void LogFailure(DebugData& debug, const Header* header);
GuardData.cpp 48 void GuardData::LogFailure(const Header* header, const void* pointer, const void* data) {
87 void FrontGuardData::LogFailure(DebugData& debug, const Header* header) {
88 GuardData::LogFailure(header, debug.GetPointer(header), debug.GetFrontGuard(header));
99 void RearGuardData::LogFailure(DebugData& debug, const Header* header) {
100 GuardData::LogFailure(header, debug.GetPointer(header), debug.GetRearGuard(header));
malloc_debug.cpp 341 g_debug->front_guard->LogFailure(*g_debug, header);
346 g_debug->rear_guard->LogFailure(*g_debug, header);
  /external/libchrome/base/files/
important_file_writer.cc 51 void LogFailure(const FilePath& path, TempFileFailure failure_code,
89 LogFailure(path, FAILED_CREATING, "could not create temporary file");
95 LogFailure(path, FAILED_OPENING, "could not open temporary file");
106 LogFailure(path, FAILED_WRITING, "error writing, bytes_written=" +
113 LogFailure(path, FAILED_FLUSHING, "error flushing");
119 LogFailure(path, FAILED_RENAMING, "could not rename temporary file");
  /external/v8/src/
log-utils.cc 241 log_->logger_->LogFailure();
log.h 340 void LogFailure();
log.cc     [all...]

Completed in 681 milliseconds