Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/include/crypto/
H A Dkey_backup.h87 int32_t CopyMixFilesToTempDir(uint32_t diffNum, uint32_t num, const std::string &tempDir,
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/crypto/src/
H A Dkey_backup.cpp233 ret = CopyMixFilesToTempDir(diffNum, i, tempKeyDir, fileList); in DoResotreKeyMix()
421 int32_t KeyBackup::CopyMixFilesToTempDir(uint32_t diffNum, uint32_t num, const std::string &tempDir, in CopyMixFilesToTempDir() function in OHOS::StorageDaemon::KeyBackup