Home
last modified time | relevance | path

Searched refs:InitLogCommand (Results 1 – 3 of 3) sorted by relevance

/external/toolchain-utils/bestflags/
Dtesting_batch.py355 Task.InitLogCommand(None, None, 'output')
393 Task.InitLogCommand(None, None, 'output')
417 Task.InitLogCommand(None, None, 'output')
Dexample_algorithms.py114 Task.InitLogCommand(build_cmd, test_cmd, output_file)
Dtask.py61 def InitLogCommand(build_command, test_command, log_directory): member in Task