Searched refs:has_root_directory (Results 1 – 6 of 6) sorted by relevance
163 assert(p.has_root_directory() != TC.root_directory.empty()); in decompPathTest()182 assert(p.is_absolute() == p.has_root_directory()); in decompPathTest()194 assert(p.is_absolute() == p.has_root_directory()); in decompPathTest()
567 if (__p.has_root_directory()) {573 if (has_filename() || (!has_root_directory() && is_absolute()))943 _LIBCPP_HIDE_FROM_ABI bool has_root_directory() const {984 return has_root_directory();
449 bool has_root_directory(const Twine &path, Style style = Style::native);
622 bool has_root_directory(const Twine &path, Style style) { in has_root_directory() function675 bool rootDir = has_root_directory(p, style); in is_absolute()910 bool rootDirectory = path::has_root_directory(p); in make_absolute()
1526 if (sys::path::has_root_directory(File)) in loadFile()
225 (void)path::has_root_directory(*i); in TEST()