Home
last modified time | relevance | path

Searched refs:rootDirLength (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.c322 int32_t rootDirLength = (int32_t)strlen(recvRootDir); in GetFullRecvPath() local
326 ((rootDirLength > 0) && (recvRootDir[rootDirLength - 1] == PATH_SEPARATOR))) { in GetFullRecvPath()
330 …(int32_t)((isNeedAddSep) ? (rootDirLength + sizeof('/') + filePathLength) : (rootDirLength + fileP… in GetFullRecvPath()