Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/include/crypto/
H A Dkey_backup.h83 int32_t CopySameFilesToTempDir(const std::string &backupDir, std::string &tempDir,
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/crypto/src/
H A Dkey_backup.cpp220 ret = CopySameFilesToTempDir(backupKeyDir, tempKeyDir, fileList); in DoResotreKeyMix()
363 int32_t KeyBackup::CopySameFilesToTempDir(const std::string &backupDir, std::string &tempDir, in CopySameFilesToTempDir() function in OHOS::StorageDaemon::KeyBackup