Home
last modified time | relevance | path

Searched refs:path_to_generic (Results 1 – 6 of 6) sorted by relevance

/third_party/boost/tools/quickbook/src/
Dpath.cpp136 part = detail::path_to_generic(*it); in file_path_to_url_impl()
153 part = detail::path_to_generic(*it); in file_path_to_url_impl()
174 part = detail::path_to_generic(*it); in file_path_to_url_impl()
191 result += detail::escape_uri(detail::path_to_generic(*it)); in file_path_to_url_impl()
233 std::string path_to_generic(fs::path const& x) in path_to_generic() function
243 std::string path_to_generic(fs::path const& x) in path_to_generic() function
Ddependency_tracker.cpp47 std::string generic = quickbook::detail::path_to_generic(path); in get_path()
91 quickbook::detail::path_to_generic(file_out)); in write_dependencies()
Dpath.hpp53 std::string path_to_generic(fs::path const&);
Dstate.cpp88 detail::path_to_generic(current_path.abstract_file_path)); in update_filename_macro()
Dinclude_paths.cpp163 std::string generic_path = detail::path_to_generic(f); in include_search_glob()
Dbb2html.cpp242 path_to_generic(options.home_path.filename()); in boostbook_to_html()
783 return path_to_generic(path_difference(base.parent_path(), p)); in relative_path_from_fs_paths()