Replace prefix 'libsys' with 'syscommon' 09/296309/1 accepted/tizen/unified/20230726.163534 accepted/tizen/unified/riscv/20230809.013252
authorYoungjae Cho <y0.cho@samsung.com>
Tue, 25 Jul 2023 08:38:12 +0000 (17:38 +0900)
committerYoungjae Cho <y0.cho@samsung.com>
Tue, 25 Jul 2023 08:38:12 +0000 (17:38 +0900)
Change-Id: If007513adc6d33e02796eb91f73ecf5d41c5d069
Signed-off-by: Youngjae Cho <y0.cho@samsung.com>
src/storage-inhouse.c

index ef71f98..e0dedc8 100755 (executable)
@@ -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;