Home
last modified time | relevance | path

Searched refs:SaveBasicErrorInfo (Results 1 – 4 of 4) sorted by relevance

/kernel/liteos_a/kernel/extended/blackbox/
Dlos_blackbox_common.h52 int SaveBasicErrorInfo(const char *filePath, const struct ErrorInfo *info);
Dlos_blackbox_common.c102 int SaveBasicErrorInfo(const char *filePath, const struct ErrorInfo *info) in SaveBasicErrorInfo() function
Dlos_blackbox_system_adapter.c70 (void)SaveBasicErrorInfo(filePath, info); in SaveFaultLog()
Dlos_blackbox_core.c237 if (SaveBasicErrorInfo(USER_FAULT_LOG_PATH, info) == 0) { in SaveLogWithoutReset()