Searched refs:bootstrap_file (Results 1 – 3 of 3) sorted by relevance
89 std::string bootstrap_file; in builtin_boost_build() local96 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()
1688 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
171 char* bootstrap_file; in WriteBootstrapFiles() local172 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()