Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/include/__filesystem/
H A Dpath.h560 auto __p_root_name = __p.__root_name();
882 __string_view __root_name() const;
908 return string_type(__root_name());
941 return !__root_name().empty();
965 __string_view __root_name_str = __root_name();
/llvm-project-15.0.7/libcxx/src/filesystem/
H A Doperations.cpp1629 string_view_t path::__root_name() const { in __root_name() function in path