Searched refs:GetCurrentFilePath (Results 1 – 5 of 5) sorted by relevance
241 if (song.file_path == CPlayer::GetInstance().GetCurrentFilePath()) in IsCurrentSong()249 bool is_current_song{ song.file_path == CPlayer::GetInstance().GetCurrentFilePath() }; in IsCurrentSong()
433 song.file_path = GetCurrentFilePath(); in IniLyrics()483 if (!CCommon::IsURL(GetCurrentFilePath()) && !CCommon::FileExist(GetCurrentFilePath())) in MusicControl()1556 str.Format(_T("/select,\"%s\""), GetCurrentFilePath().c_str()); in ExplorePath()1603 wstring current_file_path = GetCurrentFilePath(); in GetCurrentDir()1616 wstring CPlayer::GetCurrentFilePath() const in GetCurrentFilePath() function in CPlayer
179 …lyric_name = CFilePathHelper(CPlayer::GetInstance().GetCurrentFilePath()).GetFileNameWithoutExtens… in BEGIN_MESSAGE_MAP()
409 wstring GetCurrentFilePath() const;
672 …default_path = CFilePathHelper(CPlayer::GetInstance().GetCurrentFilePath()).ReplaceFileExtension(L… in OnLyricSaveAs()