Home
last modified time | relevance | path

Searched defs:file_path (Results 1 – 24 of 24) sorted by relevance

/MusicPlayer2/MusicPlayer2/
H A DTagLibHelper.cpp111 static void FileToByteVector(ByteVector& data, const std::wstring& file_path) in FileToByteVector()
612 string CTagLibHelper::GetM4aAlbumCover(const std::wstring& file_path, int& type) in GetM4aAlbumCover()
650 string CTagLibHelper::GetFlacAlbumCover(const std::wstring& file_path, int& type) in GetFlacAlbumCover()
671 string CTagLibHelper::GetMp3AlbumCover(const std::wstring& file_path, int& type) in GetMp3AlbumCover()
680 string CTagLibHelper::GetAsfAlbumCover(const std::wstring& file_path, int& type) in GetAsfAlbumCover()
700 string CTagLibHelper::GetWavAlbumCover(const std::wstring& file_path, int& type) in GetWavAlbumCover()
709 string CTagLibHelper::GetTtaAlbumCover(const std::wstring& file_path, int& type) in GetTtaAlbumCover()
718 string CTagLibHelper::GetApeAlbumCover(const std::wstring& file_path, int& type) in GetApeAlbumCover()
728 string CTagLibHelper::GetOggAlbumCover(const std::wstring& file_path, int& type) in GetOggAlbumCover()
740 string CTagLibHelper::GetOpusAlbumCover(const std::wstring& file_path, int& type) in GetOpusAlbumCover()
[all …]
H A DPlaylist.cpp34 void CPlaylistFile::LoadFromFile(const wstring & file_path) in LoadFromFile()
55 void CPlaylistFile::SaveToFile(const wstring& file_path, Type type) const in SaveToFile() argument
60 void CPlaylistFile::SavePlaylistToFile(const vector<SongInfo>& song_list, const wstring& file_path,… in SavePlaylistToFile()
169 bool CPlaylistFile::IsPlaylistFile(const wstring& file_path) in IsPlaylistFile()
H A DMciCore.cpp85 void CMciCore::Open(const wchar_t * file_path) in Open()
232 void CMciCore::GetAudioInfo(const wchar_t * file_path, SongInfo & song_info, int flag) in GetAudioInfo()
351 int CMciCore::GetMciSongLength(const std::wstring& file_path) in GetMciSongLength()
365 int CMciCore::GetMciBitrate(const std::wstring & file_path) in GetMciBitrate()
H A DFilePathHelper.h9 void SetFilePath(const wstring& file_path) { m_file_path = file_path; } in SetFilePath()
H A DCOSUPlayerHelper.cpp81 CFilePathHelper file_path{ song_info.file_path }; in GetOSUAudioTitleArtist() local
105 wstring COSUPlayerHelper::GetAlbumCover(wstring file_path) in GetAlbumCover()
196 COSUFile::COSUFile(const wchar_t * file_path) in COSUFile()
H A DCueFile.cpp30 CCueFile::CCueFile(const std::wstring& file_path) in CCueFile()
62 bool CCueFile::Save(std::wstring file_path) in Save()
93 { in Save()
H A DCommon.cpp72 CFilePathHelper file_path(file); in CheckAndFixFile() local
77 bool CCommon::GetFileLastModified(const wstring& file_path, unsigned __int64& modified_time) in GetFileLastModified()
92 bool CCommon::GetFileCreateTime(const wstring& file_path, unsigned __int64& create_time) in GetFileCreateTime()
123 bool CCommon::IsFileHidden(const wstring& file_path) in IsFileHidden()
129 void CCommon::SetFileHidden(const wstring& file_path, bool hidden) in SetFileHidden()
874 _tstring CCommon::FileRename(const _tstring& file_path, const _tstring& new_file_name) in FileRename()
1072 TCHAR file_path[MAX_PATH]; //当前进程exe文件路径 in CreateFileShortcut() local
1623 bool CCommon::GetFileContent(const wchar_t* file_path, string& contents_buff, size_t max_size) in GetFileContent()
1643 const char* CCommon::GetFileContent(const wchar_t* file_path, size_t& length) in GetFileContent()
1661 bool CCommon::SaveDataToFile(const string& data, const wstring& file_path) in SaveDataToFile()
[all …]
H A DFilePathHelper.cpp6 CFilePathHelper::CFilePathHelper(const wstring & file_path) in CFilePathHelper()
H A DAudioTag.cpp31 CAudioTag::CAudioTag(const wstring& file_path) in CAudioTag()
260 wstring file_path{ CCommon::GetTemplatePath() }; in GetAlbumCover() local
H A DTinyXml2Helper.cpp5 bool CTinyXml2Helper::LoadXmlFile(tinyxml2::XMLDocument& doc, const wchar_t* file_path) in LoadXmlFile()
H A DPropertyTabDlg.cpp96 CFilePathHelper file_path{ m_all_song_info[m_index].file_path }; in ShowInfo() local
196 CFilePathHelper file_path{ m_all_song_info[m_index].file_path }; in SetWreteEnable() local
H A DPropertyAlbumCoverDlg.cpp288 CFilePathHelper file_path{ m_all_song_info[m_index].file_path }; in SetWreteEnable() local
369 void CPropertyAlbumCoverDlg::DeleteLinkedPic(const wstring& file_path, const wstring& album_cover_p… in DeleteLinkedPic()
H A DLyricRelateDlg.cpp64 CString file_name, file_path; in GetListRow() local
H A DAudioTagOld.cpp62 bool CAudioTagOld::WriteMp3Tag(LPCTSTR file_path, SongInfo song_info, bool & text_cut_off) in WriteMp3Tag()
600 void CAudioTagOld::GetFlacTagContents(wstring file_path, string & contents_buff) in GetFlacTagContents()
H A DMusicPlayerCmdHelper.cpp279 CFilePathHelper file_path(file); in DeleteSongsFromDisk() local
287 CFilePathHelper file_path(file); in DeleteSongsFromDisk() local
825 bool CMusicPlayerCmdHelper::FixWrongFilePath(wstring& file_path, const std::unordered_map<std::wstr… in FixWrongFilePath() argument
978 wstring file_path{ fileDlg.GetPathName() }; in OnPlaylistSaveAs() local
H A DFfmpegCore.cpp138 void CFfmpegCore::Open(const wchar_t* file_path) { in Open()
269 void CFfmpegCore::GetAudioInfo(const wchar_t* file_path, SongInfo& song_info, int flag) { in GetAudioInfo()
H A DFormatConvertDlg.cpp418 CFilePathHelper file_path(m_file_list[i].file_path); in ShowFileList() local
864 CString file_path = fileDlg.GetNextPathName(posFile); in OnAddFile() local
H A DAudioCommon.cpp45 CFilePathHelper file_path(file_name); in FileIsAudio() local
97 CFilePathHelper file_path(file_name); in GetAudioTypeByFileName() local
H A DBassCore.cpp324 void CBassCore::Open(const wchar_t * file_path) in Open()
526 void CBassCore::GetAudioInfo(const wchar_t * file_path, SongInfo & song_info, int flag) in GetAudioInfo()
H A DMusicPlayerDlg.cpp65 std::wstring file_path = theApp.m_local_dir + L"skins\\" + file_name; local
3044 TCHAR file_path[MAX_PATH]; in OnDropFiles() local
3714 CFilePathHelper file_path(file); in OnDeleteFromDisk() local
3722 CFilePathHelper file_path(file); in OnDeleteFromDisk() local
3730 CFilePathHelper file_path(delected_file); in OnDeleteFromDisk() local
5889 wstring file_path{ fileDlg.GetPathName() }; in OnSaveCurrentPlaylistAs() local
5915 wstring file_path{ fileDlg.GetPathName() }; in OnFileOpenPlaylist() local
6004 wstring file_path = song.file_path; in OnDeleteCurrentFromDisk() local
6027 CFilePathHelper file_path(file_path); in OnDeleteCurrentFromDisk() local
H A DSongDataManager.cpp458 void CSongDataManager::ChangeFilePath(const wstring& file_path, const wstring& new_path) in ChangeFilePath()
H A DPlayer.cpp510 CFilePathHelper file_path{ cur_song.file_path }; in MusicControl() local
1110 bool CPlayer::OpenPlaylistFile(wstring& file_path) in OpenPlaylistFile()
1192 CFilePathHelper file_path(song.file_path); in OpenASongInFolderMode() local
H A DIniHelper.cpp5 CIniHelper::CIniHelper(const wstring& file_path) in CIniHelper()
H A DLyric.cpp63 CFilePathHelper file_path(file_name); in FileIsLyric() local