Home
last modified time | relevance | path

Searched refs:branch_path (Results 1 – 15 of 15) sorted by relevance

/third_party/boost/tools/bcp/
Dadd_path.cpp180 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 …]
Dcopy_path.cpp59 create_path(p.branch_path()); in copy_path()
243 create_path(p.branch_path()); in create_path()
/third_party/boost/boost/wave/util/
Dfilesystem_compatibility.hpp55 inline boost::filesystem::path branch_path(boost::filesystem::path const& p) in branch_path() function
57 return p.branch_path(); in branch_path()
146 inline boost::filesystem::path branch_path(boost::filesystem::path const& p)
Dcpp_include_paths.hpp449 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()
/third_party/boost/libs/config/tools/
Dgenerate.cpp249 …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()
/third_party/boost/libs/wave/tool/
Dcpp.cpp554 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()
Dtrace_macro_expansion.hpp1052 boost::wave::util::branch_path(fpath));
/third_party/boost/libs/filesystem/test/
Ddeprecated_test.cpp174 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()
Dpath_test.cpp1993 p1.branch_path(); in cpp_main()
/third_party/boost/tools/inspect/
Dinspect.cpp389 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()
Dlink_check.cpp427 try { target_path = source_path.branch_path() /= path( decoded_path ); } in do_url()
/third_party/boost/libs/wave/test/testwave/
Dtestwave.cpp188 boost::wave::util::branch_path(cfgpath) / in main()
Dtestwave_app.cpp256 fullpath = boost::wave::util::branch_path(fullpath) / in got_expected_result()
324 relpath = boost::wave::util::branch_path(relpath) / in got_expected_result()
/third_party/boost/libs/wave/samples/waveidl/
Didl.cpp478 filename = filename.branch_path() / "waveidl.cfg"; in main()
/third_party/boost/boost/filesystem/
Dpath.hpp592 path branch_path() const { return parent_path(); } in branch_path() function in boost::filesystem::path