Home
last modified time | relevance | path

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

/external/libcxx/include/experimental/
Dfilesystem1272 path __current_path(error_code *__ec=nullptr);
1274 void __current_path(const path&, error_code *__ec=nullptr);
1313 return __current_path();
1318 return __current_path(&__ec);
1323 __current_path(__p);
1328 __current_path(__p, &__ec);
1341 path __base = __current_path(&__ec);
/external/libcxx/src/experimental/filesystem/
Doperations.cpp445 path __current_path(std::error_code *ec) { in __current_path() function
459 void __current_path(const path& p, std::error_code *ec) { in __current_path() function