Home
last modified time | relevance | path

Searched hist:"0608182 ad54293f6f617c1cc9fb34467db5515c7" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/scripts/kconfig/
H A Dconfdata.cdiff 0608182ad54293f6f617c1cc9fb34467db5515c7 Fri Jul 20 02:46:27 CDT 2018 Masahiro Yamada <yamada.masahiro@socionext.com> kconfig: split out useful helpers in confdata.c

Split out helpers:
is_present() - check if the given path exists
is_dir() - check if the given path exists and it is a directory
make_parent_dir() - create the parent directories of the given path

These helpers will be reused in later commits.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>