Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__filesystem/
H A Dpath.h782 __string_view __root_directory() const;
799 _LIBCPP_HIDE_FROM_ABI path root_directory() const { return string_type(__root_directory()); }
804 return root_name().append(string_type(__root_directory()));
817 _LIBCPP_HIDE_FROM_ABI bool has_root_directory() const { return !__root_directory().empty(); }
828 __string_view __root_dir = __root_directory();
/freebsd/contrib/llvm-project/libcxx/src/filesystem/
H A Dpath.cpp53 string_view_t path::__root_directory() const { in __root_directory() function in path