Searched refs:commonStoragePath (Results 1 – 2 of 2) sorted by relevance
1279 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()
232 char *commonStoragePath; member