Home
last modified time | relevance | path

Searched refs:home_path (Results 1 – 5 of 5) sorted by relevance

/third_party/boost/tools/quickbook/src/
Dbb2html.hpp23 boost::filesystem::path home_path; member
Dquickbook.cpp720 options.html_ops.home_path = options.output_path / "index.html"; in main()
724 options.html_ops.home_path = options.output_path; in main()
Dbb2html.cpp242 path_to_generic(options.home_path.filename()); in boostbook_to_html()
248 fs::path parent = options.home_path.parent_path(); in boostbook_to_html()
697 fs::path path = state.options.home_path.parent_path() / in write_file()
774 gen.state.options.home_path.parent_path() / in relative_path_or_url()
/third_party/ffmpeg/libavfilter/
Daf_ladspa.c472 const char *home_path = getenv("HOME"); in init() local
484 if (!s->dl_handle && home_path && (paths = av_asprintf("%s/.ladspa", home_path))) { in init()
489 if (!s->dl_handle && home_path && (paths = av_asprintf("%s/.ladspa/lib", home_path))) { in init()
/third_party/boost/libs/process/test/
Dpipe.cpp42 const auto home_path = boost::this_process::environment()["HOME"].to_string();
43 bp::pipe pipe(home_path + "/.boost_process_test_pipe");