Home
last modified time | relevance | path

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

/third_party/boost/boost/winapi/
Ddirectory_management.hpp70 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/
Doperations.hpp377 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/
Dmk_hugefiles.c208 static errcode_t create_directory(ext2_filsys fs, char *dir, in create_directory() function
/third_party/boost/boost/interprocess/detail/
Dos_file_functions.hpp102 inline bool create_directory(const char *path) in create_directory() function
Dwin32_api.hpp785 inline bool create_directory(const char *name) in create_directory() function
/third_party/cef/tools/automate/
Dautomate-git.py86 def create_directory(path): function
/third_party/boost/libs/filesystem/src/
Doperations.cpp1417 bool create_directory(const path& p, const path* existing, error_code* ec) in create_directory() function