Home
last modified time | relevance | path

Searched defs:bRet (Results 1 – 4 of 4) sorted by relevance

/MusicPlayer2/MusicPlayer2/
H A DLastFMDataArchive.cpp92 BOOL bRet = file.Open(path.c_str(), CFile::modeCreate | CFile::modeWrite); in SaveData() local
116 BOOL bRet = file.Open(path.c_str(), CFile::modeRead); in LoadData() local
H A DSongDataManager.cpp25 BOOL bRet = file.Open(path.c_str(), in SaveSongData() local
87 BOOL bRet = file.Open(path.c_str(), CFile::modeRead); in LoadSongData() local
H A DCRecentList.cpp230 BOOL bRet = file.Open(theApp.m_recent_list_dat_path.c_str(), in SaveData() local
H A DMusicPlayerDlg.cpp3845 BOOL bRet = file.Open(theApp.m_ui_data_path.c_str(), CFile::modeCreate | CFile::modeWrite); in SaveUiData() local
3867 BOOL bRet = file.Open(theApp.m_ui_data_path.c_str(), CFile::modeRead); in LoadUiData() local