Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/include/__filesystem/
H A Dpath.h884 __string_view __root_path_raw() const;
915 return string_type(__root_path_raw());
947 return !__root_path_raw().empty();
/llvm-project-15.0.7/libcxx/src/filesystem/
H A Doperations.cpp1645 string_view_t path::__root_path_raw() const { in __root_path_raw() function in path