libcommon: Add syscommon_mkdir() 70/296370/5
authorYoungjae Cho <y0.cho@samsung.com>
Wed, 26 Jul 2023 07:34:36 +0000 (16:34 +0900)
committerYoungjae Cho <y0.cho@samsung.com>
Thu, 27 Jul 2023 05:08:56 +0000 (14:08 +0900)
commit76100deb82b6fbfdc0cf51ad501e6be921c3dfdf
tree2f7c68e83025e11eec10474c57414f53bbf48278
parent619e6c365399e371a1a2b7ad84ed7964e370e17f
libcommon: Add syscommon_mkdir()

 It makes directory of the given path, including the whole intermediate
path if not exists. That is, it is equivalent to command 'mkdir -p'.
 It has come from the deviced as the function is eligible to being a
common function to be utilized by overall system libs/daemons.

Change-Id: Ifbf23c3fe721a149c54d6f650cce093dfb6f9e10
Signed-off-by: Youngjae Cho <y0.cho@samsung.com>
include/libsyscommon/common.h
src/libcommon/common.c