Home
last modified time | relevance | path

Searched refs:MAX_FILE_NAME_LEN (Results 1 – 8 of 8) sorted by relevance

/base/hiviewdfx/hilog/frameworks/libhilog/include/
Dhilog_cmd.h26 #define MAX_FILE_NAME_LEN (64) macro
122 char fileName[MAX_FILE_NAME_LEN];
Dhilog_common.h34 #define MAX_FILE_NAME_LEN (64) macro
/base/security/dlp_permission_service/interfaces/inner_api/dlp_fuse/src/
Ddlp_link_manager.cpp27 static const int MAX_FILE_NAME_LEN = 256; variable
39 return !(size == 0 || size > MAX_FILE_NAME_LEN); in IsLinkNameValid()
Dfuse_daemon.cpp36 static constexpr int MAX_FILE_NAME_LEN = 256; variable
508 char mountPoint[MAX_FILE_NAME_LEN] = {0}; in FuseFsDaemonThread()
509 int ret = snprintf_s(mountPoint, sizeof(mountPoint), MAX_FILE_NAME_LEN, "/dev/fd/%d", fuseFd); in FuseFsDaemonThread()
/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/services/hilogtool/
Dmain.cpp361 (void)strncpy_s(rqst.fileName, MAX_FILE_NAME_LEN, fileName.c_str(), fileName.length()); in ToPersistStartRqst()
512 if (context.fileName.length() >= MAX_FILE_NAME_LEN) { in FileNameHandler()
/base/hiviewdfx/hilog/services/hilogd/
Dservice_controller.cpp657 (void)strncpy_s(task.fileName, MAX_FILE_NAME_LEN, it->filePath, MAX_FILE_NAME_LEN - 1); in HandlePersistQueryRqst()
/base/security/dlp_permission_service/interfaces/kits/napi_common/src/
Dnapi_common.cpp30 static const int MAX_FILE_NAME_LEN = 256; variable
1097 if ((size <= DLP_FILE_SUFFIX.size()) || (size > MAX_FILE_NAME_LEN)) { in GetOriginalFilenameParams()