/DADK/dadk-config/src/user/ |
H A D | mod.rs | 7 task::{BuildConfig, CleanConfig, Dependency, InstallConfig, TaskEnv, TaskSource}, 40 pub install: InstallConfig,
|
/DADK/dadk-config/tests/ |
H A D | test_user_config.rs | 7 BuildConfig, CleanConfig, Dependency, InstallConfig, Source, TaskEnv, TaskSource, 59 install: InstallConfig::new(Some(PathBuf::from("/bin"))), in test_parse_dadk_user_config()
|
H A D | test_user_config.rs | 7 BuildConfig, CleanConfig, Dependency, InstallConfig, Source, TaskEnv, TaskSource, 59 install: InstallConfig::new(Some(PathBuf::from("/bin"))), in test_parse_dadk_user_config()
|
H A D | test_user_config.rs | 7 BuildConfig, CleanConfig, Dependency, InstallConfig, Source, TaskEnv, TaskSource, 59 install: InstallConfig::new(Some(PathBuf::from("/bin"))), in test_parse_dadk_user_config()
|
/DADK/dadk-user/tests/ |
H A D | test_parse_dadk_user_config.rs |
|
H A D | test_parse_dadk_user_config.rs |
|
/DADK/dadk-user/src/parser/ |
H A D | task.rs | 8 BuildConfig, CleanConfig, Dependency, InstallConfig, Source, TaskEnv, TaskSource, 43 pub install: InstallConfig, 70 install: InstallConfig, in new() 71 new( name: String, version: String, description: String, rust_target: Option<String>, task_type: TaskType, depends: Vec<Dependency>, build: BuildConfig, install: InstallConfig, clean: CleanConfig, envs: Option<Vec<TaskEnv>>, build_once: bool, install_once: bool, target_arch: Option<Vec<TargetArch>>, ) -> Self new() argument 293 pub struct InstallConfig { global() struct 298 impl InstallConfig { global() implementation 317 impl From<DADKUserInstallConfig> for InstallConfig { global() implementation
|
H A D | task.rs | 8 BuildConfig, CleanConfig, Dependency, InstallConfig, Source, TaskEnv, TaskSource, 43 pub install: InstallConfig, 70 install: InstallConfig, in new() argument 292 pub struct InstallConfig { global() struct 297 impl InstallConfig { global() implementation 316 impl From<DADKUserInstallConfig> for InstallConfig { global() implementation
|
H A D | task.rs | 8 BuildConfig, CleanConfig, Dependency, InstallConfig, Source, TaskEnv, TaskSource, 43 pub install: InstallConfig, 70 install: InstallConfig, in new() 62 new( name: String, version: String, description: String, rust_target: Option<String>, task_type: TaskType, depends: Vec<Dependency>, build: BuildConfig, install: InstallConfig, clean: CleanConfig, envs: Option<Vec<TaskEnv>>, build_once: bool, install_once: bool, target_arch: Option<Vec<TargetArch>>, ) -> Self new() argument 258 pub struct InstallConfig { global() struct 263 impl InstallConfig { global() implementation
|
H A D | task.rs | 8 BuildConfig, CleanConfig, Dependency, InstallConfig, Source, TaskEnv, TaskSource, 43 pub install: InstallConfig, 70 install: InstallConfig, in new() argument
|
H A D | mod.rs |
|
H A D | tests.rs |
|
H A D | tests.rs |
|
/DADK/dadk-config/src/common/ |
H A D | task.rs | 83 pub struct InstallConfig { in validate() 89 impl InstallConfig { in validate() 101 "InstallConfig: in_dragonos_path should be an Absolute path", 69 pub struct InstallConfig { global() struct 75 impl InstallConfig { global() implementation
|
H A D | task.rs | 83 pub struct InstallConfig { struct 89 impl InstallConfig { argument
|
/DADK/dadk-user/src/console/ |
H A D | new_config.rs |
|