Home
last modified time | relevance | path

Searched refs:InstallConfig (Results 1 – 16 of 16) sorted by relevance

/DADK/dadk-config/src/user/
H A Dmod.rs7 task::{BuildConfig, CleanConfig, Dependency, InstallConfig, TaskEnv, TaskSource},
40 pub install: InstallConfig,
/DADK/dadk-config/tests/
H A Dtest_user_config.rs7 BuildConfig, CleanConfig, Dependency, InstallConfig, Source, TaskEnv, TaskSource,
59 install: InstallConfig::new(Some(PathBuf::from("/bin"))), in test_parse_dadk_user_config()
H A Dtest_user_config.rs7 BuildConfig, CleanConfig, Dependency, InstallConfig, Source, TaskEnv, TaskSource,
59 install: InstallConfig::new(Some(PathBuf::from("/bin"))), in test_parse_dadk_user_config()
H A Dtest_user_config.rs7 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 Dtest_parse_dadk_user_config.rs
H A Dtest_parse_dadk_user_config.rs
/DADK/dadk-user/src/parser/
H A Dtask.rs8 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 Dtask.rs8 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 Dtask.rs8 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 Dtask.rs8 BuildConfig, CleanConfig, Dependency, InstallConfig, Source, TaskEnv, TaskSource,
43 pub install: InstallConfig,
70 install: InstallConfig, in new() argument
H A Dmod.rs
H A Dtests.rs
H A Dtests.rs
/DADK/dadk-config/src/common/
H A Dtask.rs83 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 Dtask.rs83 pub struct InstallConfig { struct
89 impl InstallConfig { argument
/DADK/dadk-user/src/console/
H A Dnew_config.rs