Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/
H A Dnstackx_dfile_frame.c53 char pathSeparator = '/'; in GetTarTotalBlockLength() local
68 …(((strlen(path) + 1 - (long long)(path[0] == pathSeparator) + BLOCK_LEN - 1) / BLOCK_LEN) * BLOCK_… in GetTarTotalBlockLength()
H A Dnstackx_file_manager_client.c623 char pathSeparator = '/'; in PackGetTarBlockLen() local
636 …(((strlen(path) + 1 - (long long)(path[0] == pathSeparator) + BLOCK_LEN - 1) / BLOCK_LEN) * BLOCK_… in PackGetTarBlockLen()