Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/
H A Dnstackx_file_manager.c510 FileInfoWriteInit(fileInfo, fileList->storagePath, NSTACKX_TRUE); in WriteToFile()
818 ClearIncompleteRecvFiles(fileList->storagePath, fileList); in ClearFileList()
1279 fileManager->commonStoragePath = realpath(storagePath, NULL); in FileManagerSetWritePath()
1285 if (!IsAccessiblePath(storagePath, W_OK, S_IFDIR)) { in FileManagerSetWritePath()
1309 fileManager->pathList[i].storagePath = path[i]; in FileManagerSetWritePathList()
1516 fmFileList->storagePath = storagePath; in CreateRecvFileList()
1557 return fileManager->pathList[i].storagePath; in GetStoragePathByType()
1567 const char *storagePath = NULL; in FileManagerRecvFileTask() local
1578 if (storagePath == NULL) { in FileManagerRecvFileTask()
1735 free(fileManager->pathList[i].storagePath); in FileManagerDestroy()
[all …]
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/include/
H A Dnstackx_file_manager.h195 const char *storagePath; /* only useful for receiver */ member
215 char *storagePath; member
359 int32_t FileManagerSetWritePath(FileManager *fileManager, const char *storagePath);