OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:machines_file
(Results
1 - 4
of
4
) sorted by null
/external/toolchain-utils/automation/server/
server.py
22
def __init__(self,
machines_file
=None, dry_run=False):
26
machines_file
: Path to file storing a list of machines.
33
machines_file
or machine_manager.DEFAULT_MACHINES_FILE))
84
dest='
machines_file
',
102
server = Server(options.
machines_file
, options.dry_run)
/external/autotest/server/
autoserv
85
machines_file
= parser.options.
machines_file
86
if
machines_file
:
88
for m in open(
machines_file
, 'r').readlines():
93
logging.debug('Read list of machines from file: %s',
machines_file
)
autoserv.py
85
machines_file
= parser.options.
machines_file
86
if
machines_file
:
88
for m in open(
machines_file
, 'r').readlines():
93
logging.debug('Read list of machines from file: %s',
machines_file
)
/external/toolchain-utils/
afe_lock_machine.py
195
machines_file
= os.path.join(
198
with open(
machines_file
, 'r') as input_file:
Completed in 1207 milliseconds