Home
last modified time | relevance | path

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

/external/libcxx/include/experimental/
Dfilesystem1266 path __current_path(error_code *__ec=nullptr);
1268 void __current_path(const path&, error_code *__ec=nullptr);
1307 return __current_path();
1312 return __current_path(&__ec);
1317 __current_path(__p);
1322 __current_path(__p, &__ec);
1335 path __base = __current_path(&__ec);
/external/libcxx/src/experimental/filesystem/
Doperations.cpp406 path __current_path(std::error_code *ec) { in __current_path() function
420 void __current_path(const path& p, std::error_code *ec) { in __current_path() function