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 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));
  /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.cc     [all...]

Completed in 273 milliseconds