Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/proxy/src/
H A Dclient_trans_proxy_file_common.c177 if (path[pathLength - 1] == SOFTBUS_PATH_SEPRATOR) { in TransGetFileName()
184 if (path[i] == SOFTBUS_PATH_SEPRATOR) { in TransGetFileName()
/ohos5.0/foundation/communication/dsoftbus/adapter/common/include/
H A Dsoftbus_adapter_file.h27 #define SOFTBUS_PATH_SEPRATOR '/' macro
/ohos5.0/foundation/communication/dsoftbus/adapter/common/kernel/posix/
H A Dsoftbus_adapter_file.c37 while ((dir = strchr(dir, SOFTBUS_PATH_SEPRATOR)) != NULL) { in SoftBusCreateFile()