Home
last modified time | relevance | path

Searched refs:bootstrap_file (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/tools/build/src/engine/
Dstartup.cpp89 std::string bootstrap_file; in builtin_boost_build() local
96 bootstrap_file = file; in builtin_boost_build()
102 if (bootstrap_file.empty()) in builtin_boost_build()
127 dot_bootstrap_file = b2::jam::list{b2::jam::object{bootstrap_file}}; in builtin_boost_build()
133 out_printf("notice: loading B2 from %s\n", bootstrap_file.c_str()); in builtin_boost_build()
137 parse_file(b2::jam::object{bootstrap_file}, frame); in builtin_boost_build()
/third_party/grpc/tools/run_tests/
Drun_xds_tests.py1688 if args.bootstrap_file:
1689 bootstrap_path = os.path.abspath(args.bootstrap_file)
1691 with tempfile.NamedTemporaryFile(delete=False) as bootstrap_file:
1692 bootstrap_file.write(
1695 bootstrap_path = bootstrap_file.name
/third_party/grpc/test/cpp/end2end/
Dxds_end2end_test.cc171 char* bootstrap_file; in WriteBootstrapFiles() local
172 FILE* out = gpr_tmpfile("xds_bootstrap", &bootstrap_file); in WriteBootstrapFiles()
175 g_bootstrap_file = bootstrap_file; in WriteBootstrapFiles()
176 out = gpr_tmpfile("xds_bootstrap_bad", &bootstrap_file); in WriteBootstrapFiles()
179 g_bootstrap_file_bad = bootstrap_file; in WriteBootstrapFiles()