Lines Matching refs:_get_output_dir
258 command.extend(['-v', '%s:/out' % _get_output_dir(project_name)])
304 def _get_output_dir(project_name=''): function
522 project_out_dir = _get_output_dir(project_name)
644 '%s:/out' % _get_output_dir(args.project_name), '-t',
665 for name in os.listdir(_get_output_dir(project_name)):
669 path = os.path.join(_get_output_dir(project_name), name)
810 '%s:/out' % _get_output_dir(args.project_name),
861 '%s:/out' % _get_output_dir(args.project_name),
909 '%s:/out' % _get_output_dir(project_name),
983 out_dir = _get_output_dir()
986 out_dir = _get_output_dir(args.project_name)