Searched refs:indexFileRestorePath (Results 1 – 1 of 1) sorted by relevance
140 string indexFileRestorePath = GetIndexFileRestorePath(bundleName); in GetIdxFileData() local141 UniqueFd idxFd(open(indexFileRestorePath.data(), O_RDONLY)); in GetIdxFileData()153 string indexFileRestorePath = GetIndexFileRestorePath(bundleName_); in GetExtManageInfo() local154 string filePath = BExcepUltils::Canonicalize(indexFileRestorePath); in GetExtManageInfo()1190 string indexFileRestorePath = GetIndexFileRestorePath(bundleName_); in RestoreBigFiles() local1191 UniqueFd fd(open(indexFileRestorePath.data(), O_RDONLY)); in RestoreBigFiles()1236 string indexFileRestorePath = GetIndexFileRestorePath(bundleName_); in DeleteBackupIdxFile() local1237 if (!RemoveFile(indexFileRestorePath)) { in DeleteBackupIdxFile()1238 HILOGE("Failed to delete the backup index %{public}s", indexFileRestorePath.c_str()); in DeleteBackupIdxFile()1249 string indexFileRestorePath = GetIndexFileRestorePath(bundleName_); in DeleteBackupIncrementalIdxFile() local[all …]