Change maximum length of filepath to PATH_MAX 37/68637/4
authorJunghyun Yeon <jungh.yeon@samsung.com>
Mon, 9 May 2016 05:20:50 +0000 (14:20 +0900)
committerJunghyun Yeon <jungh.yeon@samsung.com>
Tue, 10 May 2016 07:29:11 +0000 (00:29 -0700)
commitdd2b0c078d0c85eb780b28d6c40244345bb028d4
treea02842abd6a124321a66eeefdeaa0883b320f5fb
parent8872fb977949e3f1e6919d19e1913053c3ad43e3
Change maximum length of filepath to PATH_MAX

When length of file name is reaches 256,
package which has it failed to install due to it.
So set maximum length of filepath higher than
maximum filename length to prevent it.

Change-Id: I45465ace401feaecc60dfa0c7ba9e1e703a44b13
Signed-off-by: Junghyun Yeon <jungh.yeon@samsung.com>
src/common/utils/file_util.cc