Home
last modified time | relevance | path

Searched refs:absFullDir (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.c390 char *absFullDir = (char *)SoftBusCalloc(PATH_MAX + 1); in GetAbsFullPath() local
391 if (absFullDir == NULL) { in GetAbsFullPath()
403 if (GetAndCheckRealPath(dirPath, absFullDir) != SOFTBUS_OK) { in GetAbsFullPath()
407 TRANS_LOGI(TRANS_FILE, "dirPath=%{private}s, absFullDir=%{private}s", dirPath, absFullDir); in GetAbsFullPath()
409 dirPathLength = (int32_t)strlen(absFullDir); in GetAbsFullPath()
416 if (sprintf_s(recvAbsPath, pathSize, "%s/%s", absFullDir, fileName) < 0) { in GetAbsFullPath()
421 SoftBusFree(absFullDir); in GetAbsFullPath()
427 SoftBusFree(absFullDir); in GetAbsFullPath()