Home
last modified time | relevance | path

Searched defs:file_stream (Results 1 – 3 of 3) sorted by relevance

/MusicPlayer2/MusicPlayer2/
H A DSimpleXML.cpp7 ifstream file_stream{ xml_path }; in CSimpleXML() local
H A DIniHelper.cpp8 ifstream file_stream{ file_path }; in CIniHelper() local
254 ofstream file_stream{ m_file_path }; in Save() local
H A DCueFile.cpp68 std::ofstream file_stream(file_path, std::ios::binary | std::ios::out | std::ios::trunc); in Save() local