Home
last modified time | relevance | path

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

/external/libcxx/include/
Dfilesystem1026 __string_view __root_directory() const;
1054 return string_type(__root_directory());
1057 return root_name().append(string_type(__root_directory()));
1083 return !__root_directory().empty();
/external/libcxx/src/filesystem/
Doperations.cpp1285 string_view_t path::__root_directory() const { in __root_directory() function in path