Home
last modified time | relevance | path

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

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