Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/app_file_service/tools/backup_tool/src/
H A Dtools_op_incremental_backup.cpp173 UniqueFd fullDatFd(open(path.data(), O_RDWR | O_CREAT | O_TRUNC, S_IRWXU)); in OnFileReady() local
174 if (fullDatFd < 0) { in OnFileReady()
178 BFile::SendFile(fullDatFd, fdManifest); in OnFileReady()