Searched refs:has_root_path (Results 1 – 6 of 6) sorted by relevance
154 assert(p.has_root_path() != TC.root_path.empty()); in decompPathTest()
457 bool has_root_path(const Twine &path, Style style = Style::native);
946 _LIBCPP_HIDE_FROM_ABI bool has_root_path() const {
629 bool has_root_path(const Twine &path, Style style) { in has_root_path() function
353 if (!llvm::sys::fs::exists(path) || !llvm::sys::path::has_root_path(path))
221 (void)path::has_root_path(*i); in TEST()