Home
last modified time | relevance | path

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

/external/rust/crates/libloading/tests/
Dfunctions.rs8 const TARGET_TMPDIR: Option<&'static str> = option_env!("CARGO_TARGET_TMPDIR"); constant
12 TARGET_TMPDIR.unwrap_or(TARGET_DIR.unwrap_or("target")), in lib_path()