Home
last modified time | relevance | path

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

/external/libcxx/src/experimental/filesystem/
Dpath.cpp305 string_view_t path::__root_name() const in __root_name() function in path
/external/libcxx/include/experimental/
Dfilesystem948 __string_view __root_name() const;
965 _LIBCPP_INLINE_VISIBILITY path root_name() const { return string_type(__root_name()); }
977 _LIBCPP_INLINE_VISIBILITY bool has_root_name() const { return !__root_name().empty(); }