Home
last modified time | relevance | path

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

/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/selftest/cases/
H A Dwic.py74 wicenv_cache = {} variable in WicTestCase
99 if image not in WicTestCase.wicenv_cache:
103 WicTestCase.wicenv_cache[image] = os.path.join(stdir, machine, 'imgdata')
104 return WicTestCase.wicenv_cache[image]