Use custom resolvePath() instead of ::realpath() 91/73391/1
authorKyungwook Tak <k.tak@samsung.com>
Wed, 8 Jun 2016 04:25:07 +0000 (13:25 +0900)
committerKyungwook Tak <k.tak@samsung.com>
Wed, 8 Jun 2016 04:25:07 +0000 (13:25 +0900)
commit18f45294750f7560519cc2dcbb93793a4beedda7
treeb117b08b0ebf007f181247e5bb0d7638c5a960a9
parent79f626c313f693f9866a9a29931f4111cf0666f4
Use custom resolvePath() instead of ::realpath()

::realpath() expands all symbolic links. When getting scannable file, we
have to focus on symbolic link itself because we cannot remove every
symbolic links when it comes to the regular file in scannable list even
though symbolic link path is in parameter.

Change-Id: If0d69419d9103a6ecff9ea56afdaa21b7e03613f
Signed-off-by: Kyungwook Tak <k.tak@samsung.com>
src/framework/service/cs-logic.cpp