Home
last modified time | relevance | path

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

/base/hiviewdfx/hilog/frameworks/libhilog/include/
Dhilog_common.h129 ERR_FILE_NAME_TOO_LONG = -45, enumerator
/base/hiviewdfx/hilog/frameworks/libhilog/utils/
Dlog_utils.cpp130 {ERR_FILE_NAME_TOO_LONG, ("File name too long, max length is " + to_string(MAX_FILE_NAME_LEN))},
/base/hiviewdfx/hilog/test/unittest/common/
Dhilogtool_test.cpp523 errMsg = ErrorCode2Str(ERR_FILE_NAME_TOO_LONG) + "\n";
/base/hiviewdfx/hilog/services/hilogtool/
Dmain.cpp513 return ERR_FILE_NAME_TOO_LONG; in FileNameHandler()