Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/libcxx/include/__filesystem/
H A Dpath.h785 __string_view __root_path_raw() const;
804 return string_type(__root_path_raw());
820 _LIBCPP_HIDE_FROM_ABI bool has_root_path() const { return !__root_path_raw().empty(); }
/freebsd-14.2/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