Searched refs:backupRestoreDir_ (Results 1 – 4 of 4) sorted by relevance
201 backupRestoreDir_ = backupRestoreDir; in StartRestore()202 garbagePath_ = backupRestoreDir_ + "/storage/media/local/files"; in StartRestore()222 std::string cloneThumbnailDir = backupRestoreDir_ + RESTORE_FILES_LOCAL_DIR + ".thumbs"; in InitThumbnailStatus()233 dbPath_ = backupRestoreDir_ + MEDIA_DB_PATH; in Init()234 filePath_ = backupRestoreDir_ + "/storage/media/local/files"; in Init()605 string srcEditDataPath = this->backupRestoreDir_ + BackupFileUtils::GetFullPathByPrefixType( in MoveEditedData()691 …string thumbnailOldDir = backupRestoreDir_ + RESTORE_FILES_LOCAL_DIR + ".thumbs" + fileInfo.relati… in MoveThumbnailDir()1325 string editDataPath = backupRestoreDir_ + in PrepareEditTimeVal()2501 std::string oldBaseDir = backupRestoreDir_ + CLONE_KVDB_BACKUP_DIR; in InitAllKvStore()
188 int32_t err = GetAllfilesInCurrentDir(backupRestoreDir_); in Init()
58 backupRestoreDir_ = backupRetoreDir; in StartRestore()
157 std::string backupRestoreDir_; variable