Lines Matching refs:output_path
202 def write_components(self, output_path): argument
256 directory_path = os.path.join(output_path, subpath[1:])
318 def write_library_table(self, output_path, enabled_optional_components): argument
384 make_install_dir(os.path.dirname(output_path))
385 f = open(output_path, 'w')
495 def write_cmake_fragment(self, output_path): argument
508 make_install_dir(os.path.dirname(output_path))
509 f = open(output_path, 'w')
514 header_name = os.path.basename(output_path)
576 def write_cmake_exports_fragment(self, output_path): argument
588 make_install_dir(os.path.dirname(output_path))
589 f = open(output_path, 'w')
615 def write_make_fragment(self, output_path): argument
628 make_install_dir(os.path.dirname(output_path))
629 f = open(output_path, 'w')
634 header_name = os.path.basename(output_path)
666 f.write("%s: \\\n" % (mk_quote_string_for_target(output_path),))