Home
last modified time | relevance | path

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

/external/rust/crates/libfuzzer-sys/
Dbuild.rs3 let custom_lib_path = ::std::path::PathBuf::from(&custom); in main() localVariable
4 let custom_lib_dir = custom_lib_path.parent().unwrap().to_string_lossy(); in main()
6 let custom_lib_name = custom_lib_path.file_stem().unwrap().to_string_lossy(); in main()