elm_config: Add fallback path to support lazy mount 18/85218/3
authorWonki Kim <wonki_.kim@samsung.com>
Wed, 24 Aug 2016 07:43:09 +0000 (16:43 +0900)
committerWonki Kim <wonki_.kim@samsung.com>
Thu, 25 Aug 2016 10:56:29 +0000 (19:56 +0900)
commit860995081934e9496ca2eeb6b1567edd9730e4b5
tree70ea888f52a6e55e1f2c75fa7b4acf5b88455ba0
parentad5e23a47e5dcd71606318427456725caff4325d
elm_config: Add fallback path to support lazy mount

elm_config would access to user home directory to save their
config information. However, elm_config couldn't accesss to
the path because user data area could not be mounted
(Lazy mount of user data area[below /opt/usr/] is applied)

elm_config monitors some file which is created after mounting
then if it doesn't exist, elm_config will access to the other path

@tizen_feature

Change-Id: I5c43b1076ee0468bed8c6b443a8d02c03e0fe1f3
Signed-off-by: Wonki Kim <wonki_.kim@samsung.com>
src/lib/elm_config.c