Searched refs:__create_directory (Results 1 – 2 of 2) sorted by relevance
/external/libcxx/src/experimental/filesystem/ |
D | operations.cpp | 244 __create_directory(to, from, ec); in __copy() 352 return __create_directory(p, ec); in __create_directories() 355 bool __create_directory(const path& p, std::error_code *ec) in __create_directory() function 365 bool __create_directory(path const & p, path const & attributes, in __create_directory() function
|
/external/libcxx/include/experimental/ |
D | filesystem | 1252 bool __create_directory(const path& p, error_code *ec=nullptr); 1254 bool __create_directory(const path& p, const path & attributes, 1409 return __create_directory(__p); 1414 return __create_directory(__p, &__ec); 1419 return __create_directory(__p, __attrs); 1424 return __create_directory(__p, __attrs, &__ec);
|