Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/bits/
H A Dfs_ops.h85 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()
/dflybsd-src/usr.sbin/autofs/
H A Dcommon.h92 void create_directory(const char *path);
H A Dautomount.c83 create_directory(fspath); in mount_autofs()
H A Dautomountd.c128 create_directory(path); in create_subtree()
H A Dcommon.c115 create_directory(const char *path) in create_directory() function