Home
last modified time | relevance | path

Searched refs:absFullPath (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_manager.c1020 static bool CheckRecvFileExist(const char *absFullPath) in CheckRecvFileExist() argument
1022 if (absFullPath == NULL) { in CheckRecvFileExist()
1035 if (strcmp(info->recvFileInfo.filePath, absFullPath) == 0) { in CheckRecvFileExist()