Home
last modified time | relevance | path

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

/aosp12/hardware/interfaces/automotive/can/1.0/default/libc++fs/src/filesystem/
H A Doperations.cpp536 *cwd = __current_path(ec); in __do_absolute()
915 path __current_path(error_code* ec) { in __current_path() function
929 void __current_path(const path& p, error_code* ec) { in __current_path() function
/aosp12/hardware/interfaces/automotive/can/1.0/default/libc++fs/include/automotive/
H A Dfilesystem1463 path __current_path(error_code* __ec = nullptr);
1465 void __current_path(const path&, error_code* __ec = nullptr);
1505 return __current_path();
1509 return __current_path(&__ec);
1513 __current_path(__p);
1518 __current_path(__p, &__ec);