Home
last modified time | relevance | path

Searched defs:fdLocal (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/filemanagement/app_file_service/tools/backup_tool/src/
H A Dtools_op_backup.cpp138 …UniqueFd fdLocal(open((tmpPath + "/" + fileInfo.fileName).data(), O_WRONLY | O_CREAT | O_TRUNC, S_… in OnFileReady() local
238 UniqueFd fdLocal(open(pathCapFile.data(), O_RDWR | O_CREAT | O_TRUNC, S_IRWXU)); in InitPathCapFile() local
H A Dtools_op_incremental_backup.cpp153 …UniqueFd fdLocal(open((tmpDataPath + "/" + fileInfo.fileName).data(), O_WRONLY | O_CREAT | O_TRUNC… in OnFileReady() local
271 UniqueFd fdLocal(open(pathCapFile.data(), O_RDWR | O_CREAT | O_TRUNC, S_IRWXU)); in GetLocalCapabilitiesIncremental() local
H A Dtools_op_restore.cpp130 UniqueFd fdLocal(open(tmpPath.data(), O_RDONLY)); in OnFileReady() local
H A Dtools_op_incremental_restore.cpp141 UniqueFd fdLocal(open(tmpPath.data(), O_RDONLY)); in OnFileReady() local
H A Dtools_op_incremental_restore_async.cpp121 UniqueFd fdLocal(open(tmpPath.data(), O_RDONLY)); in OnFileReady() local
H A Dtools_op_restore_async.cpp115 UniqueFd fdLocal(open(tmpPath.data(), O_RDONLY)); in OnFileReady() local
/ohos5.0/foundation/filemanagement/app_file_service/services/backup_sa/src/module_ipc/
H A Dservice_incremental.cpp223 UniqueFd fdLocal(open(path.data(), O_RDWR, S_IRGRP | S_IWGRP)); in StartGetFdTask() local