Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/crypto/src/
H A Dkey_backup.cpp374 ret = CheckAndCopyOneFile(iter->origFile, tempDir + "/" + iter->baseName); in CopySameFilesToTempDir()
381 ret = CheckAndCopyOneFile(iter->backFile, tempDir + "/" + iter->baseName); in CopySameFilesToTempDir()
432 if (CheckAndCopyOneFile(from, to) != 0) { in CopyMixFilesToTempDir()
544 CheckAndCopyOneFile(from, to); in CheckAndCopyFiles()
599 int32_t KeyBackup::CheckAndCopyOneFile(const std::string &from, const std::string &to) in CheckAndCopyOneFile() function in OHOS::StorageDaemon::KeyBackup
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/include/crypto/
H A Dkey_backup.h65 int32_t CheckAndCopyOneFile(const std::string &from, const std::string &to);