Home
last modified time | relevance | path

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

/DADK/crates/test_base/src/
H A Dglobal.rs46 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() localVariable
49 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() method
113 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()
/DADK/tests/data/
H A D.gitignore2 fake_dadk_cache_root
H A Ddadk-manifest.toml21 cache-root-dir = "fake_dadk_cache_root"
/DADK/dadk-user/src/
H A Dcontext.rs119 .cache_dir(Some(base_context.fake_dadk_cache_root()))
H A Dcontext.rs119 .cache_dir(Some(base_context.fake_dadk_cache_root())) in default_test_execute_context_builder()
H A Dcontext.rs119 .cache_dir(Some(base_context.fake_dadk_cache_root())) in default_test_execute_context_builder()
H A Dcontext.rs119 .cache_dir(Some(base_context.fake_dadk_cache_root())) in default_test_execute_context_builder()