From: Youngjae Cho Date: Tue, 25 Jul 2023 08:38:12 +0000 (+0900) Subject: Replace prefix 'libsys' with 'syscommon' X-Git-Tag: accepted/tizen/unified/20230726.163534^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e88e5c280cc7c0da5a13e3f2b501111e13d63206;p=platform%2Fcore%2Fsystem%2Flibstorage.git Replace prefix 'libsys' with 'syscommon' Change-Id: If007513adc6d33e02796eb91f73ecf5d41c5d069 Signed-off-by: Youngjae Cho --- diff --git a/src/storage-inhouse.c b/src/storage-inhouse.c index ef71f98..e0dedc8 100755 --- a/src/storage-inhouse.c +++ b/src/storage-inhouse.c @@ -466,7 +466,7 @@ API int storage_is_mounted_opt_usr(storage_part_mount_e *mounted) blkid_dev dev; int ret_val; bool found = false; - char *user_label = libsys_is_container()? CONTAINER_USER_PARTITION: USER_PARTITION; + char *user_label = syscommon_is_container()? CONTAINER_USER_PARTITION: USER_PARTITION; if (!mounted) return STORAGE_ERROR_INVALID_PARAMETER;