Searched refs:__stem (Results 1 – 2 of 2) sorted by relevance
1082 __string_view __stem() const;1119 _LIBCPP_INLINE_VISIBILITY path stem() const { return string_type(__stem()); }1148 _LIBCPP_INLINE_VISIBILITY bool has_stem() const { return !__stem().empty(); }
1374 string_view_t path::__stem() const { in __stem() function in android::hardware::automotive::filesystem::path