Searched refs:absFullDir (Results 1 – 1 of 1) sorted by relevance
390 char *absFullDir = (char *)SoftBusCalloc(PATH_MAX + 1); in GetAbsFullPath() local391 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()