Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/include/crypto/
H A Dkey_backup.h85 int32_t CreateTempDirForMixFiles(const std::string &backupDir, std::string &tempDir);
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/crypto/src/
H A Dkey_backup.cpp367 int32_t ret = CreateTempDirForMixFiles(backupDir, tempDir); in CopySameFilesToTempDir()
394 int32_t KeyBackup::CreateTempDirForMixFiles(const std::string &backupDir, std::string &tempDir) in CreateTempDirForMixFiles() function in OHOS::StorageDaemon::KeyBackup