Home
last modified time | relevance | path

Searched refs:fileExistOrNot (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/MediaUI/common/
H A Dcommonfunction.h39 bool fileExistOrNot(QString path);
H A Dcommonfunction.cpp30 bool CommonFunction::fileExistOrNot(QString path) in fileExistOrNot() function in CommonFunction
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/music/common/
H A Dcommonfunction.h39 bool fileExistOrNot(QString path);
H A Dcommonfunction.cpp28 bool CommonFunction::fileExistOrNot(QString path) in fileExistOrNot() function in CommonFunction
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/video/common/
H A Dcommonfunction.h39 bool fileExistOrNot(QString path);
H A Dcommonfunction.cpp30 bool CommonFunction::fileExistOrNot(QString path) in fileExistOrNot() function in CommonFunction
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/MediaUI/player/
H A Dvideoplayer.cpp172 bool isExist = m_commonFunction->fileExistOrNot(m_curVideoFilePath); in startPlay()
H A Dmusicplayer.cpp248 bool isExist = m_commonFunction->fileExistOrNot(m_curMusicFilePath); in startPlay()
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/video/
H A Dvideoplayer.cpp209 bool isExist = m_commonFunction->fileExistOrNot(m_curVideoFilePath); in startPlay()
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/music/
H A Dmusicplayer.cpp245 bool isExist = m_commonFunction->fileExistOrNot(m_curMusicFilePath); in startPlay()