Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__filesystem/
H A Dpath.h783 __string_view __root_path_raw() const;
802 return string_type(__root_path_raw());
818 _LIBCPP_HIDE_FROM_ABI bool has_root_path() const { return !__root_path_raw().empty(); }
/freebsd/contrib/llvm-project/libcxx/src/filesystem/
H A Dpath.cpp62 string_view_t path::__root_path_raw() const { in __root_path_raw() function in path