Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/app_file_service/frameworks/native/backup_ext/src/
H A Dext_extension.cpp63 const string INDEX_FILE_RESTORE = string(BConstants::PATH_BUNDLE_BACKUP_HOME). variable
120 return INDEX_FILE_RESTORE; in GetIndexFileRestorePath()
1059 UniqueFd fd(open(INDEX_FILE_RESTORE.data(), O_RDONLY)); in RestoreFilesForSpecialCloneCloud()
1061 …HILOGE("Failed to open index json file = %{private}s, err = %{public}d", INDEX_FILE_RESTORE.c_str(… in RestoreFilesForSpecialCloneCloud()
1094 if (!RemoveFile(INDEX_FILE_RESTORE)) { in RestoreFilesForSpecialCloneCloud()
1095 HILOGE("Failed to delete the backup index %{public}s", INDEX_FILE_RESTORE.c_str()); in RestoreFilesForSpecialCloneCloud()