Searched refs:STATIC_PATH (Results 1 – 1 of 1) sorted by relevance
439 let path = Path::new(STATIC_PATH) in read_static()451 static STATIC_PATH: &'static str = concat!(env!("CARGO_MANIFEST_DIR"), "/static"); constant469 if env::var_os("FORCE_STATIC").is_none() && fs::metadata(STATIC_PATH).is_err() { in test_stable_compatibility()