Lines Matching +defs:path +defs:root

218 class GHC_FS_API_CLASS path  class
1497 inline path::path(const Source& source, format fmt) in path() function in ghc::filesystem::path
1503 inline path::path(const std::wstring& source, format fmt) in path() function in ghc::filesystem::path
1509 inline path::path(const std::u16string& source, format fmt) in path() function in ghc::filesystem::path
1515 inline path::path(const std::u32string& source, format fmt) in path() function in ghc::filesystem::path
1523 inline path::path(const std::string_view& source, format fmt) in path() function in ghc::filesystem::path
1542 inline path::path(InputIterator first, InputIterator last, format fmt) in path() function in ghc::filesystem::path
2014 GHC_INLINE path::path() noexcept {} in path() function in ghc::filesystem::path
2016 GHC_INLINE path::path(const path& p) in path() function in ghc::filesystem::path
2021 GHC_INLINE path::path(path&& p) noexcept in path() function in ghc::filesystem::path
2026 GHC_INLINE path::path(string_type&& source, format fmt) in path() function in ghc::filesystem::path
2039 inline path::path(const Source& source, const std::locale& loc, format fmt) in path() function in ghc::filesystem::path
2049 inline path::path(InputIterator first, InputIterator last, const std::locale& loc, format fmt) in path() function in ghc::filesystem::path
2507 path root = root_name(); in root_directory() local
2521 std::string root = root_path()._path; in relative_path() local
2650 auto root = root_path(); in lexically_normal() local
3120 path root = work.root_path(); in canonical() local
4548 GHC_INLINE const filesystem::path& directory_entry::path() const noexcept in path() function in ghc::filesystem::directory_entry
4870 impl(const path& path, directory_options options) in impl()