Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/libcxx/include/__filesystem/
H A Dpath.h787 __string_view __parent_path() const;
810 _LIBCPP_HIDE_FROM_ABI path parent_path() const { return string_type(__parent_path()); }
822 _LIBCPP_HIDE_FROM_ABI bool has_parent_path() const { return !__parent_path().empty(); }
/freebsd-14.2/contrib/llvm-project/libcxx/src/filesystem/
H A Dpath.cpp99 string_view_t path::__parent_path() const { in __parent_path() function in path