Home
last modified time | relevance | path

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

/test/testfwk/xdevice/src/xdevice/_core/
Dconstants.py299 env_pool_cache = "env_pool_cache" variable in ConfigConst
/test/testfwk/xdevice/src/xdevice/_core/environment/
Denv_pool.py394 setattr(sys, ConfigConst.env_pool_cache, True)
398 setattr(sys, ConfigConst.env_pool_cache, False)
/test/testfwk/xdevice/plugins/ohos/src/ohos/environment/
Ddevice.py608 if (hasattr(sys, ConfigConst.env_pool_cache) and
609 getattr(sys, ConfigConst.env_pool_cache, False)) \