Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/libfscrypt/src/
H A Dfscrypt_control.c241 size_t bufMax = pathLen + nameLen + 1; in SpliceKeyPath() local
242 char *tmpBuf = (char *)malloc(bufMax); in SpliceKeyPath()
249 int ret = strncat_s(tmpBuf, bufMax, path, pathLen); in SpliceKeyPath()
255 ret = strncat_s(tmpBuf, bufMax, name, nameLen); in SpliceKeyPath()