HomeSort by relevance Sort by last modified time
    Searched refs:shadow_file (Results 1 - 3 of 3) sorted by null

  /external/autotest/client/common_lib/
global_config.py 86 shadow_file = DEFAULT_SHADOW_FILE variable in class:global_config_class
120 shadow_file=DEFAULT_SHADOW_FILE,
124 self.shadow_file = shadow_file
313 if self.shadow_file and os.path.exists(self.shadow_file):
315 shadow_config.read(self.shadow_file)
  /external/autotest/frontend/afe/
moblab_rpc_interface.py 117 original_config.set_config_files(shadow_file='')
146 existing_shadow = _read_raw_config(_CONFIG.shadow_file)
166 _write_config_file(_CONFIG.shadow_file, existing_config, True)
186 if not _CONFIG.shadow_file or not os.path.exists(_CONFIG.shadow_file):
188 _write_config_file(_CONFIG.shadow_file, new_shadow, True)
198 with open(_CONFIG.shadow_file, 'w') as config_file:
    [all...]
moblab_rpc_interface_unittest.py 115 moblab_rpc_interface._CONFIG.shadow_file).AndReturn(
122 open(moblab_rpc_interface._CONFIG.shadow_file,
146 config_mock.shadow_file = 'shadow_config.ini'
152 open(config_mock.shadow_file, 'w').AndReturn(mockFile)
309 moblab_rpc_interface._CONFIG.shadow_file).AndReturn(shadow_config)
354 moblab_rpc_interface._CONFIG.shadow_file).AndReturn(shadow_config)

Completed in 83 milliseconds