Change-Id: Ic840702d21303b072e011e3bfc96bafdf7b4249d
Signed-off-by: Jiwoong Im <jiwoong.im@samsung.com>
if (getuid() != 0)
return VCONF_ERROR_NOT_SUPPORTED;
+ /* LCOV_EXCL_START */
if (!in_key) {
errno = EINVAL;
return -1;
LOGE("unset value: key '%s' errno %d", in_key, errno);
_close(client, layer);
+ /* LCOV_EXCL_STOP */
return r;
}
if (getuid() != 0)
return VCONF_ERROR_NOT_SUPPORTED;
+ /* LCOV_EXCL_START */
if (!in_dir) {
errno = EINVAL;
return -1;
buxton_free_keys(names);
_close(client, layer);
+ /* LCOV_EXCL_STOP */
return 0;
}