Home
last modified time | relevance | path

Searched defs:create_directory (Results 1 – 2 of 2) sorted by relevance

/freebsd-src/contrib/llvm-project/libcxx/include/__filesystem/
H A Doperations.h115 inline _LIBCPP_HIDE_FROM_ABI bool create_directory(const path& __p, error_code& __ec) noexcept { in create_directory() function
116 inline _LIBCPP_HIDE_FROM_ABI bool create_directory(const path& __p, error_code& __ec) noexcept { create_directory() function
119 inline _LIBCPP_HIDE_FROM_ABI bool create_directory(const path& __p, const path& __attrs) { create_directory() function
122 inline _LIBCPP_HIDE_FROM_ABI bool create_directory(const path& __p, const path& __attrs, error_code& __ec) noexcept { create_directory() function
/freebsd-src/usr.sbin/autofs/
H A Dcommon.c128 create_directory(const char *path) in create_directory() function