Searched refs:file_out (Results 1 – 1 of 1) sorted by relevance
48 std::ofstream file_out(env_path.c_str(), std::ios::binary); in WriteEnvironment() local49 file_out << env_str; in WriteEnvironment()51 if(!file_out.good()) { in WriteEnvironment()