Home
last modified time | relevance | path

Searched refs:isNeedAddSep (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.c324 bool isNeedAddSep = true; in GetFullRecvPath() local
327 isNeedAddSep = false; in GetFullRecvPath()
330 …(int32_t)((isNeedAddSep) ? (rootDirLength + sizeof('/') + filePathLength) : (rootDirLength + fileP… in GetFullRecvPath()
337 if (isNeedAddSep) { in GetFullRecvPath()