Home
last modified time | relevance | path

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

/external/autotest/server/cros/faft/utils/
Dconfig_unittest.py50 self.original_config_dir = config._CONFIG_DIR
51 config._CONFIG_DIR = self.mock_config_dir
63 config._CONFIG_DIR = self.original_config_dir
Dconfig.py14 _CONFIG_DIR = os.path.abspath(os.path.join( variable
22 return os.path.join(_CONFIG_DIR, _CONSOLIDATED_JSON_BASENAME)