Home
last modified time | relevance | path

Searched defs:file_name (Results 1 – 23 of 23) sorted by relevance

/MusicPlayer2/MusicPlayer2/
H A DAudioCommon.cpp43 bool CAudioCommon::FileIsAudio(const wstring & file_name) in FileIsAudio()
95 AudioType CAudioCommon::GetAudioTypeByFileName(const wstring & file_name) in GetAudioTypeByFileName()
177 wstring file_name = fileinfo.name; in GetAudioFiles() local
219 wstring file_name = fileinfo.name; in GetAudioFiles() local
254 wstring file_name = fileinfo.name; in IsPathContainsAudioFile() local
294 wstring file_name = fileinfo.name; in GetLyricFiles() local
820 …upportedFormat(const wchar_t* exts, const wchar_t* description, const wchar_t* file_name /*= L""*/) in CreateSupportedFormat()
830 …st std::vector<std::wstring>& exts, const wchar_t* description, const wchar_t* file_name /*= L""*/) in CreateSupportedFormat()
H A DCTest.cpp155 wstring file_name = osu_file.GetAudioFileName(); in TestOSUFile() local
241 wstring file_name = helper.GetFileName(); in TestFilePathHelper() local
H A DStrTable.h13 wstring file_name; // ini文件名(与theApp.m_local_dir + L"language\\"拼接得到路径) member
H A DFilePathHelper.cpp17 wstring file_name = GetFileName(); in GetFileExtension() local
H A DCOSUPlayerHelper.cpp71 wstring file_name = path + folder_name + L'\\' + osu_file.GetAudioFileName(); in GetOSUAudioFiles() local
288 string file_name = tag_content.substr(start + tag.size(), end - start - tag.size()); in GetTagItem() local
H A DCommon.cpp469 void CCommon::FileNameNormalize(wstring& file_name) in FileNameNormalize()
493 bool CCommon::IsFileNameValid(const wstring& file_name) in IsFileNameValid()
499 size_t CCommon::GetFileSize(const wstring& file_name) in GetFileSize()
1155 void CCommon::GetFiles(wstring file_name, vector<wstring>& files, std::function<bool(const wstring&… in GetFiles()
1173 void CCommon::GetImageFiles(wstring file_name, vector<wstring>& files) in GetImageFiles()
1208 wstring file_name = fileinfo.name; in IsFolderMatchKeyWord() local
1237 bool CCommon::FileIsImage(const wstring& file_name) in FileIsImage()
1276 bool CCommon::IsFileNameNumbered(const wstring& file_name, int& number, size_t& index) in IsFileNameNumbered()
1715 wstring file_name; //文件名(不含扩展名) in FileAutoRename() local
H A DPropertyTabDlg.cpp779 …wstring file_name = CFilePathHelper(m_all_song_info[m_index].file_path).GetFileNameWithoutExtensio… in OnBnClickedGetTagFromFileNameButton() local
788 wstring file_name = CFilePathHelper(song.file_path).GetFileNameWithoutExtension(); in OnBnClickedGetTagFromFileNameButton() local
H A DPropertyAlbumCoverDlg.cpp373 wstring file_name = CFilePathHelper(file_path).GetFilePathWithoutExtension(); in DeleteLinkedPic() local
593 CString file_name; in OnCoverSaveAs() local
H A DUiMediaLibItemMgr.cpp396 std::wstring file_name = fileinfo.name; in CreateFolderNodeByPath() local
433 wstring file_name = fileinfo.name; in GetAudioFilesNum() local
H A DLyricRelateDlg.cpp64 CString file_name, file_path; in GetListRow() local
H A DStrTable.cpp45 for (const wstring& file_name : files) in Init() local
H A DAudioCommon.h65 wstring file_name; //插件的文件名 member
H A DCListenTimeStatisticsDlg.cpp187 wstring file_name = theApp.m_str_table.LoadText(L"TITLE_LISTEN_TIME"); in OnBnClickedExportButton() local
H A DLyricBatchDownloadDlg.cpp297 wstring file_name; in ThreadFunc() local
H A DAudioTag.cpp199 wstring CAudioTag::GetAlbumCover(int& image_type, const wchar_t* file_name, size_t* file_size) in GetAlbumCover()
H A DTagSelBaseDlg.cpp35 void CTagSelBaseDlg::GetTagFromFileName(const wstring& formular, const wstring& file_name, SongInfo… in GetTagFromFileName()
H A DLyric.cpp8 CLyrics::CLyrics(const wstring& file_name, const LyricType& lyric_type) : m_file{ file_name }, m_ly… in CLyrics()
61 bool CLyrics::FileIsLyric(const wstring& file_name) in FileIsLyric()
H A DMusicPlayerCmdHelper.cpp476 wstring file_name; in SearchAlbumCover() local
776 std::wstring file_name = song_item.second.GetFileName(); in FixPlaylistPathError() local
827 std::wstring file_name{ CFilePathHelper(file_path).GetFileName() }; in FixWrongFilePath() local
H A DInternetCommon.cpp471 …wstring & title, const wstring & artist, const wstring & album, const wstring & file_name, bool me… in SearchSongAndGetMatched()
H A DSongInfo.cpp191 wstring file_name; in GetFileName() local
H A DMiniModeDlg.cpp29 for (const auto& file_name : skin_files) local
H A DMusicPlayerDlg.cpp63 for (const auto& file_name : skin_files) local
4370 wstring file_name; in DownloadLyricAndCoverThreadFunc() local
4522 CString file_name; in OnAlbumCoverSaveAs() local
5964 wstring file_name = theApp.m_str_table.LoadText(L"UI_TIP_BTN_MINIMODE") + L".lnk"; in OnCreateMiniModeShortCut() local
H A DPlayer.cpp1636 wstring file_name = GetCurrentSongInfo().GetFileName(); in GetDisplayName() local