Home
last modified time | relevance | path

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

/DADK/dadk-user/src/executor/
H A Dcache.rs36 let cwd = std::env::current_dir().map_err(|e| ExecutorError::IoError(e.to_string()))?; in cache_root_init() localVariable
37 let cwd = cwd.to_str(); in cache_root_init() localVariable
39 if cwd.is_none() { in cache_root_init()
48 let cwd = cwd.unwrap(); in cache_root_init() localVariable
50 cache_root = format!("{}/dadk_cache", cwd); in cache_root_init()
H A Dcache.rs36 let cwd = std::env::current_dir().map_err(|e| ExecutorError::IoError(e.to_string()))?; in cache_root_init() localVariable
37 let cwd = cwd.to_str(); in cache_root_init() localVariable
39 if cwd.is_none() { in cache_root_init()
48 let cwd = cwd.unwrap(); in cache_root_init() localVariable
50 cache_root = format!("{}/dadk_cache", cwd); in cache_root_init()