Home
last modified time | relevance | path

Searched refs:complete_path (Results 1 – 10 of 10) sorted by relevance

/third_party/skia/docs/examples/
DChromeMDRefreshTabs.cpp67 SkPath complete_path; in GetInteriorPath() local
68 Op(left_path, right_path, SkPathOp::kIntersect_SkPathOp, &complete_path); in GetInteriorPath()
69 return complete_path; in GetInteriorPath()
DChromeMDRefreshTab.cpp134 SkPath complete_path; in GetInteriorPath() local
135 Op(left_path, right_path, SkPathOp::kIntersect_SkPathOp, &complete_path); in GetInteriorPath()
136 return complete_path; in GetInteriorPath()
/third_party/boost/boost/wave/util/
Dfilesystem_compatibility.hpp74 inline boost::filesystem::path complete_path( in complete_path() function
88 inline boost::filesystem::path complete_path( in complete_path() function
165 inline boost::filesystem::path complete_path(
175 inline boost::filesystem::path complete_path(
Dcpp_include_paths.hpp276 fs::path newpath = util::complete_path(create_path(path_), current_dir); in add_include_path()
444 fs::path filename = util::complete_path(filepath, current_dir); in set_current_directory()
/third_party/boost/tools/quickbook/src/
Dinclude_paths.cpp128 quickbook_path complete_path = location / glob_unescape(path); in include_search_glob() local
130 if (fs::exists(complete_path.file_path)) { in include_search_glob()
131 state.dependencies.add_glob_match(complete_path.file_path); in include_search_glob()
132 result.insert(complete_path); in include_search_glob()
/third_party/boost/boost/wave/
Dcpp_context.hpp168 path fpath(util::complete_path(path(filename))); in begin()
180 path fpath(util::complete_path(path(filename))); in begin()
331 path fpath(util::complete_path(path(filename))); in init_context()
/third_party/boost/libs/wave/tool/
Dcpp.cpp552 macronames_file = boost::wave::util::complete_path(macronames_file); in list_macro_names()
622 macrocounts_file = boost::wave::util::complete_path(macrocounts_file); in list_macro_counts()
1108 out_file = boost::wave::util::complete_path(out_file); in do_actual_work()
1462 fs::path input_dir (boost::wave::util::complete_path( in main()
Dtrace_macro_expansion.hpp1115 fpath = boost::wave::util::complete_path(fpath, ctx.get_current_directory());
1128 current_outfile = boost::wave::util::complete_path(
/third_party/boost/libs/wave/test/testwave/
Dtestwave.cpp184 fs::path cfgpath = boost::wave::util::complete_path( in main()
Dtestwave_app.cpp241 boost::wave::util::complete_path( in got_expected_result()