Allow to use only filename in the except list 93/233693/2
authorYunmi Ha <yunmi.ha@samsung.com>
Mon, 18 May 2020 08:42:15 +0000 (17:42 +0900)
committerHyotaek Shim <hyotaek.shim@samsung.com>
Tue, 19 May 2020 05:11:05 +0000 (05:11 +0000)
commita728bf91087b8b213bc6114923d8f40e8d5c575a
treeab0a6a1e458cd98214881457a5ba59f5bc8acf26
parent13e013282969aed33da3344fc3ee04b91fc210f3
Allow to use only filename in the except list

- When use filepath in the except list,
it will compare with full path of item.

- When use filename only in the except list,
it will compare without path of item.

Change-Id: If66104561e641ee8cfacb162147fe5786c513d15
Signed-off-by: Yunmi Ha <yunmi.ha@samsung.com>
src/storage/cleanup.c