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
84
machines_file
= parser.options.
machines_file
85
if
machines_file
:
87
for m in open(
machines_file
, 'r').readlines():
92
logging.debug('Read list of machines from file: %s',
machines_file
)
autoserv.py
84
machines_file
= parser.options.
machines_file
85
if
machines_file
:
87
for m in open(
machines_file
, 'r').readlines():
92
logging.debug('Read list of machines from file: %s',
machines_file
)
/external/toolchain-utils/
afe_lock_machine.py
194
machines_file
= os.path.join(
197
with open(
machines_file
, 'r') as input_file:
Completed in 115 milliseconds