projects
/
platform
/
core
/
system
/
libstorage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0da6422
)
Replace prefix 'libsys' with 'syscommon'
09/296309/1
accepted/tizen/unified/20230726.163534
accepted/tizen/unified/riscv/20230809.013252
author
Youngjae Cho
<y0.cho@samsung.com>
Tue, 25 Jul 2023 08:38:12 +0000
(17:38 +0900)
committer
Youngjae 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
patch
|
blob
|
history
diff --git
a/src/storage-inhouse.c
b/src/storage-inhouse.c
index ef71f9834a2877142195fa05a04910187caf3eff..e0dedc87936260d3424fb12da1e75c92924ba9db 100755
(executable)
--- 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;