Searched refs:MAX_FILE_NAME_LEN (Results 1 – 11 of 11) sorted by relevance
/base/tee/tee_client/services/teecd/src/ |
D | tee_load_dynamic_drv.c | 27 #define MAX_FILE_NAME_LEN 128 macro 31 char name[MAX_FILE_NAME_LEN]; in LoadOneFile() 49 if (strcat_s(name, MAX_FILE_NAME_LEN, dynDir) != 0) { in LoadOneFile() 53 if (strcat_s(name, MAX_FILE_NAME_LEN, dirFile->d_name) != 0) { in LoadOneFile()
|
/base/tee/tee_client/frameworks/libteec_vendor/ |
D | tee_client_app_load.c | 58 char fileName[MAX_FILE_NAME_LEN] = { 0 }; in TEEC_GetApp() 59 char tempName[MAX_FILE_PATH_LEN + MAX_FILE_NAME_LEN + MAX_FILE_EXT_LEN] = { 0 }; in TEEC_GetApp() 72 filePathLen = filePathLen + strnlen(fileName, MAX_FILE_NAME_LEN); in TEEC_GetApp()
|
D | tee_client_app_load.h | 23 #define MAX_FILE_NAME_LEN 40 macro
|
/base/hiviewdfx/hilog/frameworks/libhilog/include/ |
D | hilog_cmd.h | 26 #define MAX_FILE_NAME_LEN (64) macro 126 char fileName[MAX_FILE_NAME_LEN];
|
D | hilog_common.h | 31 #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 | 37 static constexpr int MAX_FILE_NAME_LEN = 256; variable 507 char mountPoint[MAX_FILE_NAME_LEN] = {0}; in FuseFsDaemonThread() 508 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 | 363 (void)strncpy_s(rqst.fileName, MAX_FILE_NAME_LEN, fileName.c_str(), fileName.length()); in ToPersistStartRqst() 514 if (context.fileName.length() >= MAX_FILE_NAME_LEN) { in FileNameHandler()
|
/base/hiviewdfx/hilog/services/hilogd/ |
D | service_controller.cpp | 674 (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 | 32 static const int MAX_FILE_NAME_LEN = 256; variable 1124 if ((size <= DLP_FILE_SUFFIX.size()) || (size > MAX_FILE_NAME_LEN)) { in GetOriginalFilenameParams()
|