Home
last modified time | relevance | path

Searched refs:basePath (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/external/camera_engine_rkaiq/IspFec/src/
H A DRkIspFecHwMgr.cpp99 int RkIspFecHwMgr::readFileList(const char *basePath) { in readFileList() argument
105 if ((dir = opendir(basePath)) == NULL) { in readFileList()
118 strcpy(filename, basePath); in readFileList()
/OK3568_Linux_fs/external/camera_engine_rkaiq/IspFec/include_prv/
H A DRkIspFecHwMgr.h44 int readFileList(const char *basePath);
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqgeofiletilecache.cpp98 const QString basePath = baseCacheDirectory() + QLatin1String("QtLocation/"); in init() local
103 QDir baseDir(basePath); in init()
110 QDir oldCacheDir(basePath + QLatin1Char('/') + d); in init()