Home
last modified time | relevance | path

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

/aosp12/hardware/interfaces/automotive/can/1.0/default/libc++fs/include/automotive/
H A Dfilesystem1082 __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(); }
/aosp12/hardware/interfaces/automotive/can/1.0/default/libc++fs/src/filesystem/
H A Doperations.cpp1374 string_view_t path::__stem() const { in __stem() function in android::hardware::automotive::filesystem::path