Home
last modified time | relevance | path

Searched refs:__create_directory (Results 1 – 2 of 2) sorted by relevance

/aosp12/hardware/interfaces/automotive/can/1.0/default/libc++fs/src/filesystem/
H A Doperations.cpp621 __create_directory(to, from, ec); in __copy()
864 return __create_directory(p, ec); in __create_directories()
867 bool __create_directory(const path& p, error_code* ec) { in __create_directory() function
877 bool __create_directory(path const& p, path const& attributes, error_code* ec) { in __create_directory() function
/aosp12/hardware/interfaces/automotive/can/1.0/default/libc++fs/include/automotive/
H A Dfilesystem1449 bool __create_directory(const path& p, error_code* ec = nullptr);
1451 bool __create_directory(const path& p, const path& attributes,
1602 return __create_directory(__p);
1607 return __create_directory(__p, &__ec);
1612 return __create_directory(__p, __attrs);
1618 return __create_directory(__p, __attrs, &__ec);