Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/include/__filesystem/
H A Dpath.h886 __string_view __parent_path() const;
924 return string_type(__parent_path());
953 return !__parent_path().empty();
/llvm-project-15.0.7/libcxx/src/filesystem/
H A Doperations.cpp1685 string_view_t path::__parent_path() const { in __parent_path() function in path