Searched refs:copy_headers (Results 1 – 1 of 1) sorted by relevance
13 fn copy_headers(src_dir: &Path, dst_dir: &Path) -> Result<(), String> { in copy_headers() function154 copy_headers(src_header_dir, dst_header_dir).expect("failed to copy C headers"); in main()