Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/include/
H A Dnstackx_file_manager.h359 int32_t FileManagerSetWritePath(FileManager *fileManager, const char *storagePath);
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/
H A Dnstackx_dfile.c212 if (FileManagerSetWritePath(ctx->session->fileManager, ctx->path) != NSTACKX_EOK) { in DFileSetStoragePathInner()
H A Dnstackx_file_manager.c1267 int32_t FileManagerSetWritePath(FileManager *fileManager, const char *storagePath) in FileManagerSetWritePath() function