Searched refs:complete_path (Results 1 – 10 of 10) sorted by relevance
67 SkPath complete_path; in GetInteriorPath() local68 Op(left_path, right_path, SkPathOp::kIntersect_SkPathOp, &complete_path); in GetInteriorPath()69 return complete_path; in GetInteriorPath()
134 SkPath complete_path; in GetInteriorPath() local135 Op(left_path, right_path, SkPathOp::kIntersect_SkPathOp, &complete_path); in GetInteriorPath()136 return complete_path; in GetInteriorPath()
74 inline boost::filesystem::path complete_path( in complete_path() function88 inline boost::filesystem::path complete_path( in complete_path() function165 inline boost::filesystem::path complete_path(175 inline boost::filesystem::path complete_path(
276 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()
128 quickbook_path complete_path = location / glob_unescape(path); in include_search_glob() local130 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()
168 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()
552 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()
1115 fpath = boost::wave::util::complete_path(fpath, ctx.get_current_directory());1128 current_outfile = boost::wave::util::complete_path(
184 fs::path cfgpath = boost::wave::util::complete_path( in main()
241 boost::wave::util::complete_path( in got_expected_result()