Home
last modified time | relevance | path

Searched defs:query_cache_path (Results 1 – 2 of 2) sorted by relevance

/third_party/rust/rust/compiler/rustc_incremental/src/persist/
Dsave.rs36 let query_cache_path = query_cache_path(sess); in save_dep_graph() localVariable
Dfs.rs153 pub fn query_cache_path(sess: &Session) -> PathBuf { in query_cache_path() function