Home
last modified time | relevance | path

Searched defs:LogFailure (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/bionic/libc/malloc_debug/
H A DGuardData.cpp49 void GuardData::LogFailure(const Header* header, const void* pointer, const void* data) { in LogFailure() function in GuardData
86 void FrontGuardData::LogFailure(const Header* header) { in LogFailure() function in FrontGuardData
97 void RearGuardData::LogFailure(const Header* header) { in LogFailure() function in RearGuardData
/aosp_15_r20/external/tink/go/testing/fakemonitoring/
H A Dfakemonitoring.go44 func (l *Logger) LogFailure() { func
56 type LogFailure struct { struct
57 Context *monitoring.Context
/aosp_15_r20/external/tink/go/internal/monitoringutil/
H A Dmonitoring_util.go40 func (l *DoNothingLogger) LogFailure() {} func
/aosp_15_r20/external/tink/go/internal/internalregistry/
H A Dinternal_registry.go39 func (l *doNothingLogger) LogFailure() {} func
/aosp_15_r20/external/tink/go/monitoring/
H A Dmonitoring.go108 LogFailure() methodSpec
/aosp_15_r20/external/libchrome/base/files/
H A Dimportant_file_writer.cc90 void LogFailure(const FilePath& path, in LogFailure() function
/aosp_15_r20/external/pigweed/pw_rpc/fuzz/
H A Dengine.cc215 void Action::LogFailure(bool verbose, size_t num_actions, Status status) const { in LogFailure() function in pw::rpc::fuzz::Action