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