Home
last modified time | relevance | path

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

/external/autotest/client/site_tests/desktopui_FlashSanityCheck/
Ddesktopui_FlashSanityCheck.py29 _COMPONENT_STORE = '/var/lib/imageloader/PepperFlashPlayer' variable
32 _COMPONENT_STORE_LATEST = _COMPONENT_STORE + '/latest-version'
38 _SYSTEM_STORE, _DOWNLOAD_STORE, _COMPONENT_STORE, _COMPONENT_MOUNT}
229 if os.path.exists(_COMPONENT_STORE):
230 shutil.rmtree(_COMPONENT_STORE)
231 if os.path.exists(_COMPONENT_STORE):
233 _COMPONENT_STORE)
248 if os.path.exists(_COMPONENT_STORE):
268 if not os.path.exists(_COMPONENT_STORE):
270 '%s' % _COMPONENT_STORE)