Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/
H A Dnstackx_dfile_session.c1857 char *tmpFileNameRes = realpath(tmpFileName, NULL); in RealPathFileName() local
1858 if (tmpFileNameRes == NULL) { in RealPathFileName()
1862 fileListInfo->files[i] = tmpFileNameRes; in RealPathFileName()