Searched refs:fout (Results 1 – 2 of 2) sorted by relevance
17 with open(out_filename, "w") as fout:25 fout.write(line)
253 std::ofstream fout(config_file, std::ios::out); in create_ld_config_file() local254 fout << "dir.test = " << GetTestlibRoot() << "/ld_config_test_helper/" << std::endl in create_ld_config_file()261 fout.close(); in create_ld_config_file()