Home
last modified time | relevance | path

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

/llvm-project/libcxx/include/__filesystem/
H A Doperations.h114 inline _LIBCPP_HIDE_FROM_ABI bool create_directory(const path& __p) { return __create_directory(__p); } in create_directory() function
115 inline _LIBCPP_HIDE_FROM_ABI bool create_directory(const path& __p, error_code& __ec) noexcept { in create_directory() function
118 inline _LIBCPP_HIDE_FROM_ABI bool create_directory(const path& __p, const path& __attrs) { in create_directory() function
121 inline _LIBCPP_HIDE_FROM_ABI bool create_directory(const path& __p, const path& __attrs, error_code& __ec) noexcept { in create_directory() function