Home
last modified time | relevance | path

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

/aosp12/hardware/interfaces/automotive/can/1.0/default/libc++fs/include/automotive/
H A Dfilesystem1467 bool __equivalent(const path&, const path&, error_code* __ec = nullptr);
1675 return __equivalent(__p1, __p2);
1680 return __equivalent(__p1, __p2, &__ec);
/aosp12/hardware/interfaces/automotive/can/1.0/default/libc++fs/src/filesystem/
H A Doperations.cpp935 bool __equivalent(const path& p1, const path& p2, error_code* ec) { in __equivalent() function