Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/libcxx/include/
H A Dfilesystem1323 __string_view __root_path_raw() const;
1354 return string_type(__root_path_raw());
1386 return !__root_path_raw().empty();
/freebsd-13.1/contrib/llvm-project/libcxx/src/filesystem/
H A Doperations.cpp1536 string_view_t path::__root_path_raw() const { in __root_path_raw() function in path