Searched refs:__create_directory (Results 1 – 2 of 2) sorted by relevance
/external/libcxx/src/experimental/filesystem/ |
D | operations.cpp | 273 __create_directory(to, from, ec); in __copy() 391 return __create_directory(p, ec); in __create_directories() 394 bool __create_directory(const path& p, std::error_code *ec) in __create_directory() function 404 bool __create_directory(path const & p, path const & attributes, in __create_directory() function
|
/external/libcxx/include/experimental/ |
D | filesystem | 1258 bool __create_directory(const path& p, error_code *ec=nullptr); 1260 bool __create_directory(const path& p, const path & attributes, 1415 return __create_directory(__p); 1420 return __create_directory(__p, &__ec); 1425 return __create_directory(__p, __attrs); 1430 return __create_directory(__p, __attrs, &__ec);
|