Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/
H A Dnstackx_dfile.c303 } DFileSetStoragePathListCtx; typedef
305 static void ClearStoragePathListCtx(DFileSetStoragePathListCtx *ctx) in ClearStoragePathListCtx()
319 DFileSetStoragePathListCtx *ctx = arg; in DFileSetStoragePathListInner()
340 DFileSetStoragePathListCtx *CreateStoragePathListCtx(const DFileSession *session, const char *path[… in CreateStoragePathListCtx()
343 DFileSetStoragePathListCtx *ctx = NULL; in CreateStoragePathListCtx()
351 ctx = malloc(sizeof(DFileSetStoragePathListCtx)); in CreateStoragePathListCtx()
410 DFileSetStoragePathListCtx *ctx = NULL; in NSTACKX_DFileSetStoragePathList()