Home
last modified time | relevance | path

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

/external/autotest/client/site_tests/desktopui_FontCache/
Ddesktopui_FontCache.py12 _new_cache = None variable in desktopui_FontCache
17 utils.system("mount -n --bind %s %s" % (self._new_cache.name,
28 if self._new_cache:
29 self._new_cache.clean()
33 self._new_cache = autotemp.tempdir(unique_id="new-font-cache")
41 utils.system("diff -qr %s %s" % (self._FONTCACHE, self._new_cache.name))