Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/libcxx/include/
H A Dfilesystem1322 __string_view __root_directory() const;
1350 return string_type(__root_directory());
1356 return root_name().append(string_type(__root_directory()));
1383 return !__root_directory().empty();
1405 __string_view __root_dir = __root_directory();
/freebsd-13.1/contrib/llvm-project/libcxx/src/filesystem/
H A Doperations.cpp1527 string_view_t path::__root_directory() const { in __root_directory() function in path