Searched refs:__current_path (Results 1 – 2 of 2) sorted by relevance
1272 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);
445 path __current_path(std::error_code *ec) { in __current_path() function459 void __current_path(const path& p, std::error_code *ec) { in __current_path() function