Rename backup_paths.h to paths.h 96/74296/3
authorTomasz Iwanek <t.iwanek@samsung.com>
Mon, 13 Jun 2016 14:01:30 +0000 (16:01 +0200)
committerTomasz Iwanek <t.iwanek@samsung.com>
Tue, 21 Jun 2016 14:10:27 +0000 (16:10 +0200)
commit17b0d301387392e59d1ff20d69f76ff8ffb31a19
treeb3e1264c60c03fd9fb00edb986b7c45e7990fcce
parentac83e8234953cdacd22a635ab540ff058fe9648d
Rename backup_paths.h to paths.h

Submit together:
 - https://review.tizen.org/gerrit/74296
 - https://review.tizen.org/gerrit/74297
 - https://review.tizen.org/gerrit/74298

Change-Id: I753c25993092cb48665e4e93cee83c3a7e223003
21 files changed:
src/common/CMakeLists.txt
src/common/paths.cc [moved from src/common/backup_paths.cc with 98% similarity]
src/common/paths.h [moved from src/common/backup_paths.h with 94% similarity]
src/common/shared_dirs.cc
src/common/step/backup/step_backup_icons.cc
src/common/step/backup/step_backup_manifest.cc
src/common/step/backup/step_copy_backup.cc
src/common/step/configuration/step_block_cross_update.cc
src/common/step/configuration/step_parse_manifest.cc
src/common/step/filesystem/step_copy_storage_directories.cc
src/common/step/filesystem/step_copy_tep.cc
src/common/step/filesystem/step_move_installed_storage.cc
src/common/step/filesystem/step_recover_files.cc
src/common/step/filesystem/step_recover_icons.cc
src/common/step/filesystem/step_recover_manifest.cc
src/common/step/filesystem/step_recover_storage_directories.cc
src/common/step/filesystem/step_remove_zip_image.cc
src/common/step/filesystem/step_update_tep.cc
src/common/step/mount/step_mount_install.cc
src/common/step/mount/step_mount_update.cc
src/common/step/pkgmgr/step_recover_application.cc