Searched refs:Source (Results 1 – 17 of 17) sorted by relevance
/DADK/dadk-user/src/parser/ |
H A D | task.rs | 8 BuildConfig, CleanConfig, Dependency, InstallConfig, Source, TaskEnv, TaskSource, 288 Source::Git => Ok(TaskType::BuildFromSource(CodeSource::Git(GitSource::new( in try_from() 293 Source::Local => Ok(TaskType::BuildFromSource(CodeSource::Local( in try_from() 296 Source::Archive => Ok(TaskType::BuildFromSource(CodeSource::Archive( in try_from() 301 Source::Git => Err(anyhow::Error::msg( in try_from() 304 Source::Local => Ok(TaskType::InstallFromPrebuilt(PrebuiltSource::Local( in try_from() 307 Source::Archive => Ok(TaskType::InstallFromPrebuilt(PrebuiltSource::Archive( in try_from()
|
H A D | config.rs |
|
H A D | config.rs |
|
/DADK/dadk-config/tests/ |
H A D | test_user_config.rs | 7 BuildConfig, CleanConfig, Dependency, InstallConfig, Source, TaskEnv, TaskSource, 38 source: Source::Git, in test_parse_dadk_user_config()
|
H A D | test_user_config.rs | 7 BuildConfig, CleanConfig, Dependency, InstallConfig, Source, TaskEnv, TaskSource, 38 source: Source::Git, in test_parse_dadk_user_config()
|
H A D | test_user_config.rs | 7 BuildConfig, CleanConfig, Dependency, InstallConfig, Source, TaskEnv, TaskSource, 38 source: Source::Git, in test_parse_dadk_user_config()
|
/DADK/dadk-config/src/common/ |
H A D | task.rs | 9 pub source: Source, 31 pub enum Source { enum
|
H A D | task.rs | 9 pub source: Source, 31 pub enum Source { enum
|
/DADK/dadk-user/src/executor/ |
H A D | cache.rs | 97 Source, enumerator 135 CacheDirType::Source => { in get_path() 154 return Ok(Self::new(entity.clone(), CacheDirType::Source)?.path); in source_dir()
|
H A D | cache.rs | 97 Source, enumerator 135 CacheDirType::Source => { in get_path() 154 return Ok(Self::new(entity.clone(), CacheDirType::Source)?.path); in source_dir()
|
H A D | mod.rs | 77 Some(CacheDir::new(entity.clone(), CacheDirType::Source)?) in new()
|
H A D | mod.rs | 77 Some(CacheDir::new(entity.clone(), CacheDirType::Source)?) in new()
|
H A D | mod.rs | 77 Some(CacheDir::new(entity.clone(), CacheDirType::Source)?) in new()
|
H A D | mod.rs | 77 Some(CacheDir::new(entity.clone(), CacheDirType::Source)?) in new()
|
H A D | mod.rs | 77 Some(CacheDir::new(entity.clone(), CacheDirType::Source)?) in new()
|
H A D | mod.rs | 77 Some(CacheDir::new(entity.clone(), CacheDirType::Source)?) in new()
|
H A D | mod.rs | 77 Some(CacheDir::new(entity.clone(), CacheDirType::Source)?) in new()
|