Searched refs:branch_path (Results 1 – 15 of 15) sorted by relevance
180 fs::path dep(p.branch_path() / s); in add_file()342 fs::path test_file(m_boost_path / p.branch_path() / include_file); in add_file_dependencies()343 … if(fs::exists(test_file) && !fs::is_directory(test_file) && (p.branch_path().string() != "boost")) in add_file_dependencies()345 if(!m_dependencies.count(p.branch_path() / include_file)) in add_file_dependencies()347 m_dependencies[p.branch_path() / include_file] = p; in add_file_dependencies()348 add_pending_path(p.branch_path() / include_file); in add_file_dependencies()392 fs::path test_file(m_boost_path / p.branch_path() / include_file); in add_file_dependencies()393 … if(fs::exists(test_file) && !fs::is_directory(test_file) && (p.branch_path().string() != "boost")) in add_file_dependencies()395 if(!m_dependencies.count(p.branch_path() / include_file)) in add_file_dependencies()397 m_dependencies[p.branch_path() / include_file] = p; in add_file_dependencies()[all …]
59 create_path(p.branch_path()); in copy_path()243 create_path(p.branch_path()); in create_path()
55 inline boost::filesystem::path branch_path(boost::filesystem::path const& p) in branch_path() function57 return p.branch_path(); in branch_path()146 inline boost::filesystem::path branch_path(boost::filesystem::path const& p)
449 if (!as_relative_to(branch_path(filepath), current_dir, current_rel_dir)) in set_current_directory()450 current_rel_dir = branch_path(filepath); in set_current_directory()451 current_dir = branch_path(filename); in set_current_directory()
249 …positive_file = file.branch_path() / boost::regex_replace(file.leaf().string(), file_regex, "$1_pa… in process_ipp_file()250 …negative_file = file.branch_path() / boost::regex_replace(file.leaf().string(), file_regex, "$1_fa… in process_ipp_file()490 config_path = p.branch_path().branch_path() / "test"; in cpp_main()
554 boost::wave::util::branch_path(macronames_file)); in list_macro_names()624 boost::wave::util::branch_path(macrocounts_file)); in list_macro_counts()709 boost::wave::util::branch_path(trace_file)); in do_actual_work()734 boost::wave::util::branch_path(includes_file)); in do_actual_work()760 boost::wave::util::branch_path(listguards_file)); in do_actual_work()1110 boost::wave::util::branch_path(out_file)); in do_actual_work()1130 out_file = boost::wave::util::branch_path(out_file) / (basename + ".i"); in do_actual_work()1133 boost::wave::util::branch_path(out_file)); in do_actual_work()1466 input_dir = boost::wave::util::branch_path( in main()1477 input_dir = boost::wave::util::branch_path(input_dir); in main()
1052 boost::wave::util::branch_path(fpath));
174 BOOST_TEST_EQ(p.branch_path(), "foo/bar"); in path_rename_test()183 BOOST_TEST_EQ(p.branch_path(), "foo\\bar"); in path_rename_test()
1993 p1.branch_path(); in cpp_main()
389 if (current_rel_path.branch_path() != this_rel_path.branch_path()) in display_details()391 std::cout << "\n " << this_rel_path.branch_path().string() << '/'; in display_details()
427 try { target_path = source_path.branch_path() /= path( decoded_path ); } in do_url()
188 boost::wave::util::branch_path(cfgpath) / in main()
256 fullpath = boost::wave::util::branch_path(fullpath) / in got_expected_result()324 relpath = boost::wave::util::branch_path(relpath) / in got_expected_result()
478 filename = filename.branch_path() / "waveidl.cfg"; in main()
592 path branch_path() const { return parent_path(); } in branch_path() function in boost::filesystem::path