Searched refs:fake_dadk_cache_root (Results 1 – 7 of 7) sorted by relevance
46 self.fake_dadk_cache_root().to_str().unwrap(), in ensure_fake_dadk_cache_root_exist()48 let fake_dadk_cache_root = self.fake_dadk_cache_root(); in ensure_fake_dadk_cache_root_exist() localVariable49 if !fake_dadk_cache_root.exists() { in ensure_fake_dadk_cache_root_exist()50 std::fs::create_dir_all(&fake_dadk_cache_root).ok(); in ensure_fake_dadk_cache_root_exist()54 pub fn fake_dadk_cache_root(&self) -> PathBuf { in fake_dadk_cache_root() method113 assert_eq!(context.fake_dadk_cache_root(), expected_path); in test_fake_dadk_cache_root()131 context.fake_dadk_cache_root().to_str().unwrap() in test_setup()
2 fake_dadk_cache_root
21 cache-root-dir = "fake_dadk_cache_root"
119 .cache_dir(Some(base_context.fake_dadk_cache_root()))
119 .cache_dir(Some(base_context.fake_dadk_cache_root())) in default_test_execute_context_builder()