Home
last modified time | relevance | path

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

/external/adhd/cras/client/cras-sys/generator/src/
Dmain.rs13 fn copy_headers(src_dir: &Path, dst_dir: &Path) -> Result<(), String> { in copy_headers() function
154 copy_headers(src_header_dir, dst_header_dir).expect("failed to copy C headers"); in main()