Home
last modified time | relevance | path

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

/MusicPlayer2/MusicPlayer2/
H A DLastFM.h11 void SaveData(wstring path) { in SaveData()
15 void LoadData(wstring path) { in LoadData()
H A DTreeCtrlEx.cpp24 void CTreeCtrlEx::InsertPath(CString path, HTREEITEM hRoot) in InsertPath()
30 void CTreeCtrlEx::InsertPath(CString path, HTREEITEM hRoot, std::function<bool(const CString&)> is_… in InsertPath()
124 void CTreeCtrlEx::_InsertPath(CString path, HTREEITEM hRoot, std::function<bool(const CString&)> is… in _InsertPath()
H A DLastFMDataArchive.cpp90 void LastFMDataArchive::SaveData(wstring path) { in SaveData()
114 void LastFMDataArchive::LoadData(wstring path) { in LoadData()
H A DAudioCommon.cpp156 void CAudioCommon::GetAudioFiles(wstring path, vector<SongInfo>& files, size_t max_file, bool inclu… in GetAudioFiles()
198 void CAudioCommon::GetAudioFiles(wstring path, std::vector<std::wstring>& files, size_t max_file, b… in GetAudioFiles()
238 bool CAudioCommon::IsPathContainsAudioFile(std::wstring path, bool include_sub_dir /*= false*/) in IsPathContainsAudioFile()
283 void CAudioCommon::GetLyricFiles(wstring path, vector<wstring>& files) in GetLyricFiles()
344 CFilePathHelper path(song.file_path); in CheckCueAudioPath() local
H A DListItem.h24 wstring path; // 路径 (媒体库模式存储具体项目名) member
H A DCListenTimeStatisticsDlg.h34 wstring path; member
H A DGdiPlusTool.cpp38 void CGdiPlusTool::CreateRoundRectPath(Gdiplus::GraphicsPath& path, CRect rect, int r) in CreateRoundRectPath()
H A DCOSUPlayerHelper.cpp42 void COSUPlayerHelper::GetOSUAudioFiles(wstring path, vector<SongInfo>& song_list) in GetOSUAudioFiles()
54 void COSUPlayerHelper::GetOSUAudioFiles(wstring path, vector<wstring>& files) in GetOSUAudioFiles()
H A DSongDataManager.cpp21 void CSongDataManager::SaveSongData(std::wstring path) in SaveSongData()
83 void CSongDataManager::LoadSongData(std::wstring path) in LoadSongData()
H A DUiMediaLibItemMgr.cpp384 void CUiFolderExploreMgr::CreateFolderNodeByPath(std::wstring path, std::shared_ptr<UiElement::Tree… in CreateFolderNodeByPath()
412 int CUiFolderExploreMgr::GetAudioFilesNum(std::wstring path) in GetAudioFilesNum()
H A DSongInfo.h137 wstring path; member
H A DLyricEditDlg.cpp105 bool CLyricEditDlg::SaveLyric(wstring path, CodeType code_type) in SaveLyric()
227 void CLyricEditDlg::OpenLyric(const wchar_t* path) in OpenLyric()
H A DCommon.cpp59 bool CCommon::IsFolder(const wstring& path) in IsFolder()
791 wchar_t path[MAX_PATH]; in GetExePath() local
862 bool CCommon::CreateDir(const _tstring& path) in CreateDir()
961 void CCommon::WriteLog(const wchar_t* path, const wstring& content) in WriteLog()
982 wstring path; in DisposeCmdLineFiles() local
1865 CString path; in GetDesktopBackgroundPath() local
H A DLyricBatchDownloadDlg.cpp100 bool CLyricBatchDownloadDlg::SaveLyric(const wchar_t* path, const wstring& lyric_wcs, CodeType code… in SaveLyric()
H A DLyricDownloadDlg.cpp45 bool CLyricDownloadDlg::SaveLyric(const wchar_t * path, CodeType code_type) in SaveLyric()
H A DMusicPlayer2.cpp73 wchar_t path[MAX_PATH]; in InitInstance() local
H A DPlayer.cpp126 void CPlayer::CreateWithPath(const wstring& path) in CreateWithPath()
1066 bool CPlayer::OpenFolder(wstring path, bool contain_sub_folder, bool play) in OpenFolder()
H A DLyric.cpp13 CFilePathHelper path{ m_file }; local
H A DDrawCommon.cpp730 void CDrawCommon::SaveBitmap(HBITMAP bitmap, LPCTSTR path) in SaveBitmap()
H A DMusicPlayerCmdHelper.cpp844 for (const auto& path : iter->second) in FixWrongFilePath() local
H A DMusicPlayerDlg.cpp2665 [&](const wstring& path) { return CPlaylistFile::IsPlaylistFile(path); }); in OnTimer()
2671 [&](const wstring& path) { return CCommon::IsFolder(path); }); in OnTimer()
2719 [&](const wstring& path) { return CCommon::IsItemInVector(path_songs, path); }); in OnTimer()
H A DUIElement.cpp3221 std::wstring path{ node->texts[COL_NAME] }; in GetNodePath() local
/MusicPlayer2/scintilla/src/
H A DExternalLexer.cxx190 void LexerManager::Load(const char *path) { in Load()
218 void ExternalLexerLoad(const char *path) { in ExternalLexerLoad()