Home
last modified time | relevance | path

Searched refs:pathcache (Results 1 – 2 of 2) sorted by relevance

/lvgl-latest/src/libs/thorvg/
DtvgLoadModule.h46 bool pathcache = false; //cached by path member
51 if (pathcache) free(hashpath); in ~LoadModule()
DtvgLoader.cpp224 if (loader->pathcache && !strcmp(loader->hashpath, path.c_str())) { in _findFromCache()
313 loader->pathcache = true; in loader()
329 loader->pathcache = true; in loader()
356 if (loader->pathcache && strstr(loader->hashpath, key)) { in loader()
452 loader->pathcache = true; in loader()