Home | History | Annotate | Download | only in tools

Lines Matching full:program

33 def FindPathToProgram(program):
34 """Return path to an existing program binary, or raise an exception if we
37 @param program the name of the program that is being looked for
41 possible_paths = [os.path.join(trunk_path, 'out', 'Release', program),
42 os.path.join(trunk_path, 'out', 'Debug', program),
44 program + ".exe"),
46 program + ".exe")]
51 'build %s?' % (program, possible_paths, program))
57 Uses the render_pictures program to do the rendering.
74 Uses the skdiff program to do the diffing.