Searched defs:create_directory (Results 1 – 7 of 7) sorted by relevance
| /third_party/boost/boost/winapi/ |
| D | directory_management.hpp | 70 BOOST_FORCEINLINE BOOL_ create_directory(LPCSTR_ pPathName, PSECURITY_ATTRIBUTES_ pSecurityAttribut… in create_directory() function 86 BOOST_FORCEINLINE BOOL_ create_directory(LPCWSTR_ pPathName, PSECURITY_ATTRIBUTES_ pSecurityAttribu… in create_directory() function
|
| /third_party/boost/boost/filesystem/ |
| D | operations.hpp | 377 bool create_directory(const path& p) {return detail::create_directory(p, 0);} in create_directory() function 380 bool create_directory(const path& p, system::error_code& ec) BOOST_NOEXCEPT in create_directory() function 383 bool create_directory(const path& p, const path& existing) in create_directory() function 386 bool create_directory(const path& p, const path& existing, system::error_code& ec) BOOST_NOEXCEPT in create_directory() function
|
| /third_party/e2fsprogs/misc/ |
| D | mk_hugefiles.c | 208 static errcode_t create_directory(ext2_filsys fs, char *dir, in create_directory() function
|
| /third_party/boost/boost/interprocess/detail/ |
| D | os_file_functions.hpp | 102 inline bool create_directory(const char *path) in create_directory() function
|
| D | win32_api.hpp | 785 inline bool create_directory(const char *name) in create_directory() function
|
| /third_party/cef/tools/automate/ |
| D | automate-git.py | 86 def create_directory(path): function
|
| /third_party/boost/libs/filesystem/src/ |
| D | operations.cpp | 1417 bool create_directory(const path& p, const path* existing, error_code* ec) in create_directory() function
|