Home
last modified time | relevance | path

Searched refs:dirFullLen (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.c357 int32_t dirFullLen = (int32_t)strlen(fullPath); in GetDirPath() local
358 for (i = dirFullLen - 1; i >= 0; i--) { in GetDirPath()