Home
last modified time | relevance | path

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

/external/libcxx/include/
Dfilesystem1383 path __absolute(const path&, error_code* __ec = nullptr);
1471 return __absolute(__p);
1476 return __absolute(__p, &__ec);
/external/libcxx/src/filesystem/
Doperations.cpp535 path __absolute(const path& p, error_code* ec) { in __absolute() function