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 52 void LogFailure(const Header* header, const void* pointer, const void* data);
69 void LogFailure(const Header* header);
88 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));
97 void RearGuardData::LogFailure(const Header* header) {
98 GuardData::LogFailure(header, debug_->GetPointer(header), debug_->GetRearGuard(header));
malloc_debug.cpp 391 g_debug->front_guard->LogFailure(header);
396 g_debug->rear_guard->LogFailure(header);
  /external/libchrome/base/files/
important_file_writer.cc 51 void LogFailure(const FilePath& path, TempFileFailure failure_code,
99 LogFailure(path, FAILED_CREATING, "could not create temporary file");
105 LogFailure(path, FAILED_OPENING, "could not open temporary file");
117 LogFailure(path, FAILED_WRITING, "error writing, bytes_written=" +
124 LogFailure(path, FAILED_FLUSHING, "error flushing");
130 LogFailure(path, FAILED_RENAMING, "could not rename temporary file");
  /external/v8/src/
log-utils.cc 238 log_->logger_->LogFailure();
log.h 267 void LogFailure();
log.cc     [all...]

Completed in 228 milliseconds