From bf14fe198d232aec15a0ebb4dea9d4e6f4fdea56 Mon Sep 17 00:00:00 2001 From: xiekaiming Date: Thu, 4 Jan 2024 14:25:23 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9max=20filepath=20length?= =?UTF-8?q?=E4=B8=BA256?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: xiekaiming --- interfaces/inner_api/include/config_policy_utils.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interfaces/inner_api/include/config_policy_utils.h b/interfaces/inner_api/include/config_policy_utils.h index 30c4c5f..8d16fca 100644 --- a/interfaces/inner_api/include/config_policy_utils.h +++ b/interfaces/inner_api/include/config_policy_utils.h @@ -23,7 +23,7 @@ extern "C" { #endif // __cplusplus #define MAX_CFG_POLICY_DIRS_CNT 32 // max number of directories -#define MAX_PATH_LEN 128 // max length of a filepath +#define MAX_PATH_LEN 256 // max length of a filepath // follow X(carrier/network/PLMN/...) usage // 1. etc/cust/followx_file_list.cfg can be in any layer, except follow x dir -- Gitee