Searched defs:file_stream (Results 1 – 3 of 3) sorted by relevance
7 ifstream file_stream{ xml_path }; in CSimpleXML() local
8 ifstream file_stream{ file_path }; in CIniHelper() local254 ofstream file_stream{ m_file_path }; in Save() local
68 std::ofstream file_stream(file_path, std::ios::binary | std::ios::out | std::ios::trunc); in Save() local