Use file name that contains path info 40/243240/4
authorhyunho <hhstark.kang@samsung.com>
Fri, 4 Sep 2020 06:54:17 +0000 (15:54 +0900)
committerhyunho <hhstark.kang@samsung.com>
Mon, 7 Sep 2020 02:30:12 +0000 (11:30 +0900)
commit6d33931f89333573d9ab8a6d60f1be5025a936c3
tree2efb12773c02fc4ff93c73a532ff54522ba92edc
parentadf41c9c1e75c02b83a2e49522b2c3f901091cf2
Use file name that contains path info

The temporary files which are generated by the DataProviderMaster,
can be overrided if they have same file name but different hierarchy.
For now, files have below hierarchy will be copied to the temporary
folder with name a.jpg so that one file will override other file.

Folder1
  |
  |-a.jpg

Folder2
  |
  |-a.jpg

To fix this problem, let's use following naming rule for
the temporary files.

 _{folder name}_{file name}

According to this naming rule, above example files' name will be
_Folder1_a.jpg and _Folder2_a.jpg

Change-Id: I8d19b1a7f9ee998da2e7da90a79bd645bf8b960c
Signed-off-by: hyunho <hhstark.kang@samsung.com>
notification/src/notification_shared_file.c