Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/libcxx/src/filesystem/
H A Doperations.cpp692 *cwd = __current_path(ec); in __do_absolute()
1089 path __current_path(error_code* ec) { in __current_path() function
1120 void __current_path(const path& p, error_code* ec) { in __current_path() function
/netbsd-src/external/apache2/llvm/dist/libcxx/include/
H A Dfilesystem1784 path __current_path(error_code* __ec = nullptr);
1786 void __current_path(const path&, error_code* __ec = nullptr);
1826 return __current_path();
1830 return __current_path(&__ec);
1834 __current_path(__p);
1839 __current_path(__p, &__ec);