OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:shadow_file
(Results
1 - 3
of
3
) sorted by null
/external/autotest/client/common_lib/
global_config.py
84
shadow_file
= DEFAULT_SHADOW_FILE
variable in class:global_config_class
94
shadow_file
=DEFAULT_SHADOW_FILE,
98
self.
shadow_file
=
shadow_file
280
if self.
shadow_file
and os.path.exists(self.
shadow_file
):
282
shadow_config.read(self.
shadow_file
)
/external/autotest/frontend/afe/
site_rpc_interface.py
305
original_config.set_config_files(
shadow_file
='')
315
if not _CONFIG.
shadow_file
or not os.path.exists(_CONFIG.
shadow_file
):
318
with open(_CONFIG.
shadow_file
, 'w') as config_file:
327
with open(_CONFIG.
shadow_file
, 'w') as config_file:
site_rpc_interface_unittest.py
393
site_rpc_interface._CONFIG.
shadow_file
).AndReturn(
400
open(site_rpc_interface._CONFIG.
shadow_file
,
424
config_mock.
shadow_file
= 'shadow_config.ini'
430
open(config_mock.
shadow_file
, 'w').AndReturn(mockFile)
[
all
...]
Completed in 55 milliseconds