Searched refs:INDEX_FILE_RESTORE (Results 1 – 1 of 1) sorted by relevance
63 const string INDEX_FILE_RESTORE = string(BConstants::PATH_BUNDLE_BACKUP_HOME). variable120 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()