Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/include/
H A Dnstackx_file_manager.h201 FILE *tarFd; member
/ohos5.0/foundation/filemanagement/app_file_service/frameworks/native/backup_ext/src/
H A Dext_extension.cpp265 UniqueFd tarFd(open(tarName.data(), O_RDWR | O_CREAT | O_TRUNC, S_IRUSR | S_IWUSR)); in GetFileHandle() local
266 if (tarFd < 0) { in GetFileHandle()
270 return tarFd; in GetFileHandle()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/
H A Dnstackx_file_manager_client.c671 fmFileList->tarFd = NULL; in AddTarFileInfo()