Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/proxy/src/
H A Dclient_trans_proxy_file_helper.c323 int32_t filePathLength = (int32_t)strlen(filePath); in GetFullRecvPath() local
325 if (((filePathLength > 0) && (filePath[0] == PATH_SEPARATOR)) || in GetFullRecvPath()
330 …_t)((isNeedAddSep) ? (rootDirLength + sizeof('/') + filePathLength) : (rootDirLength + filePathLen… in GetFullRecvPath()