Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/
H A Dnstackx_file_manager.c1279 fileManager->commonStoragePath = realpath(storagePath, NULL); in FileManagerSetWritePath()
1280 if (fileManager->commonStoragePath == NULL) { in FileManagerSetWritePath()
1287 free(fileManager->commonStoragePath); in FileManagerSetWritePath()
1288 fileManager->commonStoragePath = NULL; in FileManagerSetWritePath()
1303 if (fileManager->commonStoragePath != NULL) { in FileManagerSetWritePathList()
1553 return fileManager->commonStoragePath; in GetStoragePathByType()
1732 free(fileManager->commonStoragePath); in FileManagerDestroy()
1733 fileManager->commonStoragePath = NULL; in FileManagerDestroy()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/include/
H A Dnstackx_file_manager.h232 char *commonStoragePath; member