Searched refs:asFileName (Results 1 – 1 of 1) sorted by relevance
53 std::string GetFaultNameByType(int32_t faultType, bool asFileName) in GetFaultNameByType() argument57 return asFileName ? "jscrash" : "JS_ERROR"; in GetFaultNameByType()59 return asFileName ? "cppcrash" : "CPP_CRASH"; in GetFaultNameByType()61 return asFileName ? "appfreeze" : "APP_FREEZE"; in GetFaultNameByType()63 return asFileName ? "sysfreeze" : "SYS_FREEZE"; in GetFaultNameByType()65 return asFileName ? "syswarning" : "SYS_WARNING"; in GetFaultNameByType()67 return asFileName ? "rustpanic" : "RUST_PANIC"; in GetFaultNameByType()69 return asFileName ? "sanitizer" : "ADDR_SANITIZER"; in GetFaultNameByType()