Home
last modified time | relevance | path

Searched refs:root_path (Results 1 – 25 of 33) sorted by relevance

12

/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++17/
H A Dfs_path.cc76 pair<cmpt, cmpt> root_path() noexcept in root_path() function
669 auto root_path = parser.root_path(); in _M_append() local
672 bool is_absolute = root_path.second.type == _Type::_Root_dir; in _M_append()
673 bool has_root_name = root_path.first.type == _Type::_Root_name; in _M_append()
674 if (is_absolute || (has_root_name && root_path.first.str != root_name())) in _M_append()
683 bool has_root_directory = root_path.first.type == _Type::_Root_dir in _M_append()
684 || root_path.second.type == _Type::_Root_dir; in _M_append()
704 rhs.remove_prefix(root_path.first.str.length()); in _M_append()
717 bool is_absolute = root_path.first.type == _Type::_Root_dir in _M_append()
718 || root_path.second.type == _Type::_Root_dir; in _M_append()
[all …]
H A Dfs_ops.cc199 result = pa.root_path(); in canonical()
225 result = pa.root_path(); in canonical()
244 result = link.root_path(); in canonical()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/
H A Dfs_path.cc77 pair<cmpt, cmpt> root_path() noexcept in root_path() function
670 auto root_path = parser.root_path(); in _M_append() local
673 bool is_absolute = root_path.second.type == _Type::_Root_dir; in _M_append()
674 bool has_root_name = root_path.first.type == _Type::_Root_name; in _M_append()
675 if (is_absolute || (has_root_name && root_path.first.str != root_name())) in _M_append()
684 bool has_root_directory = root_path.first.type == _Type::_Root_dir in _M_append()
685 || root_path.second.type == _Type::_Root_dir; in _M_append()
705 rhs.remove_prefix(root_path.first.str.length()); in _M_append()
718 bool is_absolute = root_path.first.type == _Type::_Root_dir in _M_append()
719 || root_path.second.type == _Type::_Root_dir; in _M_append()
[all …]
H A Dfs_ops.cc203 result = pa.root_path(); in canonical()
229 result = pa.root_path(); in canonical()
248 result = link.root_path(); in canonical()
/netbsd-src/external/bsd/ntp/dist/sntp/unity/auto/
H A Dunity_test_summary.py127 root_path = sys.argv[2] variable
129 root_path = os.path.split(__file__)[0] variable
130 uts.set_root_path(root_path)
/netbsd-src/external/apache2/llvm/dist/llvm/utils/docker/scripts/llvm_checksum/
H A Dllvm_checksum.py68 def ComputeLLVMChecksums(root_path, projects): argument
98 project_root = os.path.join(root_path, proj.relpath)
118 WalkProjectFiles(root_path, projects, proj, add_file_hash)
/netbsd-src/usr.sbin/bootp/common/
H A Dbootpd.h122 root_path :1, member
177 *root_path, member
H A Ddovend.c92 if (hp->flags.root_path) { in dovend_rfc1497()
97 len = strlen(hp->root_path->string); in dovend_rfc1497()
101 bcopy(hp->root_path->string, vp, len); in dovend_rfc1497()
H A Ddumptab.c233 if (hp->flags.root_path) { in dump_host()
234 fprintf(fp, "\\\n\t:rp=%s:", hp->root_path->string); in dump_host()
H A Dreadfile.c1077 PARSE_STR(root_path); in eval_symbol()
1469 DUP_LINK(root_path); in fill_defaults()
1895 del_string(hostptr->root_path); in free_host()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DPath.cpp346 StringRef root_path(StringRef path, Style style) { in root_path() function
412 StringRef root = root_path(path, style); in relative_path()
631 return !root_path(p, style).empty(); in has_root_path()
722 StringRef root = path::root_path(remaining, style); in remove_dots()
H A DVirtualFileSystem.cpp1607 size_t RootPathLen = sys::path::root_path(Trimmed, path_style).size(); in parseEntry()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DPath.h272 StringRef root_path(StringRef path, Style style = Style::native);
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/filesystem/
H A Dops.cc157 result = pa.root_path(); in canonical()
179 result = pa.root_path(); in canonical()
198 result = link.root_path(); in canonical()
H A Dpath.cc176 path::root_path() const in root_path() function in path
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/src/filesystem/
H A Dops.cc151 result = pa.root_path(); in canonical()
173 result = pa.root_path(); in canonical()
192 result = link.root_path(); in canonical()
H A Dstd-ops.cc178 result = pa.root_path(); in canonical()
204 result = pa.root_path(); in canonical()
223 result = link.root_path(); in canonical()
H A Dpath.cc176 path::root_path() const in root_path() function in path
H A Dstd-path.cc190 path::root_path() const in root_path() function in path
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/
H A DFileManager.cpp123 DirName != llvm::sys::path::root_path(DirName) && in getDirectoryRef()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/experimental/bits/
H A Dfs_path.h397 path root_path() const; in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dfs_path.h403 path root_path() const; in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dfs_path.h504 path root_path() const; in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/experimental/bits/
H A Dfs_path.h393 path root_path() const; in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/
H A DChangeLog-20184733 __gnu_test::root_path() instead of "/" and add Windows-specific tests.
4740 __gnu_test::root_path() instead of "/".
4773 __gnu_test::root_path() instead of "/".
4779 __gnu_test::root_path() instead of "/".
4792 * testsuite/util/testsuite_fs.h (__gnu_test::root_path()): New
5594 * testsuite/experimental/filesystem/path/decompose/root_path.cc:

12