Searched refs:MAX_FILE_NAME_LEN (Results 1 – 8 of 8) sorted by relevance
/base/hiviewdfx/hilog/frameworks/libhilog/include/ |
D | hilog_cmd.h | 26 #define MAX_FILE_NAME_LEN (64) macro 122 char fileName[MAX_FILE_NAME_LEN];
|
D | hilog_common.h | 34 #define MAX_FILE_NAME_LEN (64) macro
|
/base/security/dlp_permission_service/interfaces/inner_api/dlp_fuse/src/ |
D | dlp_link_manager.cpp | 27 static const int MAX_FILE_NAME_LEN = 256; variable 39 return !(size == 0 || size > MAX_FILE_NAME_LEN); in IsLinkNameValid()
|
D | fuse_daemon.cpp | 36 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/ |
D | log_utils.cpp | 130 {ERR_FILE_NAME_TOO_LONG, ("File name too long, max length is " + to_string(MAX_FILE_NAME_LEN))},
|
/base/hiviewdfx/hilog/services/hilogtool/ |
D | main.cpp | 361 (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/ |
D | service_controller.cpp | 657 (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/ |
D | napi_common.cpp | 30 static const int MAX_FILE_NAME_LEN = 256; variable 1097 if ((size <= DLP_FILE_SUFFIX.size()) || (size > MAX_FILE_NAME_LEN)) { in GetOriginalFilenameParams()
|