Home
last modified time | relevance | path

Searched refs:GetCurrentFilePath (Results 1 – 5 of 5) sorted by relevance

/MusicPlayer2/MusicPlayer2/
H A DPropertyAlbumCoverDlg.cpp241 if (song.file_path == CPlayer::GetInstance().GetCurrentFilePath()) in IsCurrentSong()
249 bool is_current_song{ song.file_path == CPlayer::GetInstance().GetCurrentFilePath() }; in IsCurrentSong()
H A DPlayer.cpp433 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
H A DLyricRelateDlg.cpp179 …lyric_name = CFilePathHelper(CPlayer::GetInstance().GetCurrentFilePath()).GetFileNameWithoutExtens… in BEGIN_MESSAGE_MAP()
H A DPlayer.h409 wstring GetCurrentFilePath() const;
H A DLyricEditDlg.cpp672 …default_path = CFilePathHelper(CPlayer::GetInstance().GetCurrentFilePath()).ReplaceFileExtension(L… in OnLyricSaveAs()