Home
last modified time | relevance | path

Searched refs:RelativePathToAbsolutePath (Results 1 – 4 of 4) sorted by relevance

/MusicPlayer2/MusicPlayer2/
H A DPlaylist.cpp211 …item.file_path = CCommon::RelativePathToAbsolutePath(item.file_path, CFilePathHelper(m_path).GetDi… in DisposePlaylistFileLine()
H A DCommon.h241 …static _tstring RelativePathToAbsolutePath(const _tstring& relative_path, const _tstring& cur_dir);
H A DMusicPlayerCmdHelper.cpp507 file_name = CCommon::RelativePathToAbsolutePath(album_name + L".*", dir); in SearchAlbumCover()
H A DCommon.cpp903 _tstring CCommon::RelativePathToAbsolutePath(const _tstring& relative_path, const _tstring& cur_dir) in RelativePathToAbsolutePath() function in CCommon