Home
last modified time | relevance | path

Searched refs:clean_command (Results 1 – 24 of 24) sorted by relevance

/DADK/dadk-config/src/common/
H A Dtask.rs114 pub clean_command: Option<String>, in trim()
119 pub fn new(clean_command: Option<String>) -> Self {
120 Self { clean_command }
128 if let Some(clean_command) = &mut self.clean_command {
129 *clean_command = clean_command.trim().to_string();
100 pub clean_command: Option<String>, global() field
H A Dtask.rs114 pub clean_command: Option<String>, field
119 pub fn new(clean_command: Option<String>) -> Self { in new()
120 Self { clean_command } in new()
128 if let Some(clean_command) = &mut self.clean_command { in trim()
129 *clean_command = clean_command.trim().to_string(); in trim()
/DADK/dadk-user/src/parser/
H A Dtask.rs329 pub clean_command: Option<String>, global() field
H A Dtask.rs286 pub clean_command: Option<String>, global() field
H A Dtask.rs328 pub clean_command: Option<String>, global() field
H A Dconfig.rs
H A Dconfig.rs
/DADK/tests/data/dadk_config_v1/
H A Dapp_target_arch_x86_64_0_1_0.dadk22 "clean_command": "1"
H A Dapp_normal_0_1_0.dadk20 "clean_command": null
H A Dapp_target_arch_riscv64_only_0_1_0.dadk22 "clean_command": "1"
H A Dapp_target_arch_x86_64_only_0_1_0.dadk22 "clean_command": "1"
H A Dapp_all_target_arch_0_1_0.dadk22 "clean_command": "1"
H A Dapp_target_arch_empty_should_fail_0_1_0.dadk22 "clean_command": "1"
H A Dapp_target_arch_x86_64_uppercase_0_1_0.dadk22 "clean_command": "1"
H A Dapp_normal_with_env_0_1_0.dadk20 "clean_command": null
H A Dapp_normal_with_env_fail_0_1_0.dadk20 "clean_command": null
/DADK/dadk-user/src/console/
H A Dnew_config.rs
/DADK/dadk-user/src/executor/
H A Dmod.rs431 Action::Clean(_) => self.entity.task().clean.clean_command.clone(), in prepare_local_env()
440 Action::Clean(_) => self.entity.task().clean.clean_command.clone(), in prepare_input()
H A Dmod.rs431 Action::Clean(_) => self.entity.task().clean.clean_command.clone(), in prepare_input()
440 Action::Clean(_) => self.entity.task().clean.clean_command.clone(), in prepare_input()
H A Dmod.rs431 Action::Clean(_) => self.entity.task().clean.clean_command.clone(), in prepare_input()
440 Action::Clean(_) => self.entity.task().clean.clean_command.clone(), in prepare_input()
H A Dmod.rs431 Action::Clean(_) => self.entity.task().clean.clean_command.clone(), in prepare_local_env()
440 Action::Clean(_) => self.entity.task().clean.clean_command.clone(), in prepare_local_env()
H A Dmod.rs431 Action::Clean(_) => self.entity.task().clean.clean_command.clone(), in create_command()
440 Action::Clean(_) => self.entity.task().clean.clean_command.clone(), in prepare_local_env()
H A Dmod.rs431 Action::Clean(_) => self.entity.task().clean.clean_command.clone(), in create_command()
440 Action::Clean(_) => self.entity.task().clean.clean_command.clone(), in prepare_local_env()
H A Dmod.rs431 Action::Clean(_) => self.entity.task().clean.clean_command.clone(), in create_command()
440 Action::Clean(_) => self.entity.task().clean.clean_command.clone(), in create_command()