Searched defs:bRet (Results 1 – 4 of 4) sorted by relevance
92 BOOL bRet = file.Open(path.c_str(), CFile::modeCreate | CFile::modeWrite); in SaveData() local116 BOOL bRet = file.Open(path.c_str(), CFile::modeRead); in LoadData() local
25 BOOL bRet = file.Open(path.c_str(), in SaveSongData() local87 BOOL bRet = file.Open(path.c_str(), CFile::modeRead); in LoadSongData() local
230 BOOL bRet = file.Open(theApp.m_recent_list_dat_path.c_str(), in SaveData() local
3845 BOOL bRet = file.Open(theApp.m_ui_data_path.c_str(), CFile::modeCreate | CFile::modeWrite); in SaveUiData() local3867 BOOL bRet = file.Open(theApp.m_ui_data_path.c_str(), CFile::modeRead); in LoadUiData() local