Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/include/__filesystem/
H A Dpath.h883 __string_view __root_directory() const;
911 return string_type(__root_directory());
917 return root_name().append(string_type(__root_directory()));
944 return !__root_directory().empty();
966 __string_view __root_dir = __root_directory();
/llvm-project-15.0.7/libcxx/src/filesystem/
H A Doperations.cpp1636 string_view_t path::__root_directory() const { in __root_directory() function in path