Home
last modified time | relevance | path

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

/base/tee/tee_client/services/teecd/src/
Dtee_load_dynamic_drv.c27 #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/
Dtee_client_app_load.c58 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()
Dtee_client_app_load.h23 #define MAX_FILE_NAME_LEN 40 macro
/base/hiviewdfx/hilog/frameworks/libhilog/include/
Dhilog_cmd.h26 #define MAX_FILE_NAME_LEN (64) macro
126 char fileName[MAX_FILE_NAME_LEN];
Dhilog_common.h31 #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.cpp37 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/
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.cpp363 (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/
Dservice_controller.cpp674 (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.cpp32 static const int MAX_FILE_NAME_LEN = 256; variable
1124 if ((size <= DLP_FILE_SUFFIX.size()) || (size > MAX_FILE_NAME_LEN)) { in GetOriginalFilenameParams()