Searched refs:CheckAndCopyOneFile (Results 1 – 2 of 2) sorted by relevance
374 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
65 int32_t CheckAndCopyOneFile(const std::string &from, const std::string &to);