Searched refs:moveErrCode (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_backup_extension/src/ |
H A D | base_restore.cpp | 450 int32_t moveErrCode = BackupFileUtils::MoveFile(fileInfos[i].filePath, dstPath, sceneCode); in InsertAudio() local 451 if (moveErrCode != E_SUCCESS) { in InsertAudio() 453 … BackupFileUtils::GarbleFilePath(fileInfos[i].filePath, sceneCode).c_str(), moveErrCode, errno); in InsertAudio()
|
H A D | clone_restore.cpp | 1532 int32_t moveErrCode = MoveFile(fileInfo.filePath, localPath); in InsertAudio() local 1533 if (moveErrCode != E_OK) { in InsertAudio() 1535 …pFileUtils::GarbleFilePath(fileInfo.filePath, CLONE_RESTORE_ID, garbagePath_).c_str(), moveErrCode, in InsertAudio()
|