Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/libcxx/include/__filesystem/
H A Dpath.h915 __string_view __root_path_raw() const;
946 return string_type(__root_path_raw());
978 return !__root_path_raw().empty();
/openbsd-src/gnu/llvm/libcxx/src/filesystem/
H A Doperations.cpp1646 string_view_t path::__root_path_raw() const { in __root_path_raw() function in path