Searched refs:create_directory (Results 1 – 5 of 5) sorted by relevance
85 bool create_directory(const path& __p); in _GLIBCXX_VISIBILITY()86 bool create_directory(const path& __p, error_code& __ec) noexcept; in _GLIBCXX_VISIBILITY()88 bool create_directory(const path& __p, const path& attributes); in _GLIBCXX_VISIBILITY()89 bool create_directory(const path& __p, const path& attributes, in _GLIBCXX_VISIBILITY()
92 void create_directory(const char *path);
83 create_directory(fspath); in mount_autofs()
128 create_directory(path); in create_subtree()
115 create_directory(const char *path) in create_directory() function