Searched refs:__create_directory (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/libcxx/src/filesystem/ |
H A D | operations.cpp | 789 __create_directory(to, from, ec); in __copy() 1025 return __create_directory(p, ec); in __create_directories() 1028 bool __create_directory(const path& p, error_code* ec) { in __create_directory() function 1044 bool __create_directory(path const& p, path const& attributes, error_code* ec) { in __create_directory() function
|
/netbsd-src/external/apache2/llvm/dist/libcxx/include/ |
H A D | filesystem | 1770 bool __create_directory(const path& p, error_code* ec = nullptr); 1772 bool __create_directory(const path& p, const path& attributes, 1923 return __create_directory(__p); 1928 return __create_directory(__p, &__ec); 1933 return __create_directory(__p, __attrs); 1939 return __create_directory(__p, __attrs, &__ec);
|