/DADK/dadk-user/src/executor/ |
H A D | mod.rs | 71 ) -> Result<Self, ExecutorError> { in new() argument 104 pub fn execute(&mut self) -> Result<(), ExecutorError> { in execute() argument 114 fn save_task_data(&self, r: Result<(), ExecutorError>) { in save_task_data() argument 147 fn do_execute(&mut self) -> Result<(), ExecutorError> { in do_execute() argument 180 fn pre_build(&mut self) -> Result<(), ExecutorError> { in pre_build() argument 199 fn build(&mut self) -> Result<(), ExecutorError> { in build() argument 223 fn post_build(&mut self) -> Result<(), ExecutorError> { in post_build() argument 243 fn do_build(&mut self) -> Result<(), ExecutorError> { in do_build() argument 262 fn install(&self) -> Result<(), ExecutorError> { in install() argument 291 fn do_install(&self) -> Result<(), ExecutorError> { in do_install() argument [all …]
|
H A D | mod.rs | 71 ) -> Result<Self, ExecutorError> { in new() argument 104 pub fn execute(&mut self) -> Result<(), ExecutorError> { in execute() argument 114 fn save_task_data(&self, r: Result<(), ExecutorError>) { in save_task_data() argument 234 return Err(ExecutorError argument 146 do_execute(&mut self) -> Result<(), ExecutorError> do_execute() argument 175 build(&mut self) -> Result<(), ExecutorError> build() argument 195 do_build(&mut self) -> Result<(), ExecutorError> do_build() argument 214 install(&self) -> Result<(), ExecutorError> install() argument 267 clean(&self) -> Result<(), ExecutorError> clean() argument 302 clean_all(&self) -> Result<(), ExecutorError> clean_all() argument 313 clean_src(&self) -> Result<(), ExecutorError> clean_src() argument 331 clean_target(&self) -> Result<(), ExecutorError> clean_target() argument 342 clean_cache(&self) -> Result<(), ExecutorError> clean_cache() argument 369 create_command(&self) -> Result<Option<Command>, ExecutorError> create_command() argument 422 prepare_local_env(&mut self) -> Result<(), ExecutorError> prepare_local_env() argument 442 prepare_input(&self) -> Result<(), ExecutorError> prepare_input() argument 489 run_command(&self, mut command: Command) -> Result<(), ExecutorError> run_command() argument 588 pub enum ExecutorError { global() enum 604 prepare_env( sched_entities: &SchedEntities, execute_ctx: &Arc<DadkUserExecuteContext>, ) -> Result<(), ExecutorError> prepare_env() argument 617 create_global_env_list( sched_entities: &SchedEntities, execute_ctx: &Arc<DadkUserExecuteContext>, ) -> Result<EnvMap, ExecutorError> create_global_env_list() argument 660 last_modified_time( path: &PathBuf, build_time: &DateTime<Utc>, ) -> Result<DateTime<Utc>, ExecutorError> last_modified_time() argument [all...] |
H A D | mod.rs | 68 new( entity: Arc<SchedEntity>, action: Action, dragonos_sysroot: PathBuf, ) -> Result<Self, ExecutorError> new() argument 101 execute(&mut self) -> Result<(), ExecutorError> execute() argument 111 save_task_data(&self, r: Result<(), ExecutorError>) save_task_data() argument 145 do_execute(&mut self) -> Result<(), ExecutorError> do_execute() argument 178 build(&mut self) -> Result<(), ExecutorError> build() argument 210 install(&self) -> Result<(), ExecutorError> install() argument 258 clean(&self) -> Result<(), ExecutorError> clean() argument 291 clean_all(&self) -> Result<(), ExecutorError> clean_all() argument 302 clean_src(&self) -> Result<(), ExecutorError> clean_src() argument 320 clean_target(&self) -> Result<(), ExecutorError> clean_target() argument 331 clean_cache(&self) -> Result<(), ExecutorError> clean_cache() argument 358 create_command(&self) -> Result<Option<Command>, ExecutorError> create_command() argument 411 prepare_local_env(&mut self) -> Result<(), ExecutorError> prepare_local_env() argument 434 prepare_input(&self) -> Result<(), ExecutorError> prepare_input() argument 481 run_command(&self, mut command: Command) -> Result<(), ExecutorError> run_command() argument 535 mv_target_to_tmp(&mut self) -> Result<(), ExecutorError> mv_target_to_tmp() argument 547 prepare_target_env(&mut self) -> Result<(), ExecutorError> prepare_target_env() argument 604 pub enum ExecutorError { global() enum 620 prepare_env( sched_entities: &SchedEntities, execute_ctx: &Arc<DadkUserExecuteContext>, ) -> Result<(), ExecutorError> prepare_env() argument 633 create_global_env_list( sched_entities: &SchedEntities, execute_ctx: &Arc<DadkUserExecuteContext>, ) -> Result<EnvMap, ExecutorError> create_global_env_list() argument [all...] |
H A D | mod.rs | 68 new( entity: Arc<SchedEntity>, action: Action, dragonos_sysroot: PathBuf, ) -> Result<Self, ExecutorError> new() argument 101 execute(&mut self) -> Result<(), ExecutorError> execute() argument 111 save_task_data(&self, r: Result<(), ExecutorError>) save_task_data() argument 143 do_execute(&mut self) -> Result<(), ExecutorError> do_execute() argument 173 build(&mut self) -> Result<(), ExecutorError> build() argument 205 install(&self) -> Result<(), ExecutorError> install() argument 253 clean(&self) -> Result<(), ExecutorError> clean() argument 288 clean_all(&self) -> Result<(), ExecutorError> clean_all() argument 299 clean_src(&self) -> Result<(), ExecutorError> clean_src() argument 317 clean_target(&self) -> Result<(), ExecutorError> clean_target() argument 328 clean_cache(&self) -> Result<(), ExecutorError> clean_cache() argument 355 create_command(&self) -> Result<Option<Command>, ExecutorError> create_command() argument 408 prepare_local_env(&mut self) -> Result<(), ExecutorError> prepare_local_env() argument 431 prepare_input(&self) -> Result<(), ExecutorError> prepare_input() argument 478 run_command(&self, mut command: Command) -> Result<(), ExecutorError> run_command() argument 532 mv_target_to_tmp(&mut self) -> Result<(), ExecutorError> mv_target_to_tmp() argument 544 prepare_target_env(&mut self) -> Result<(), ExecutorError> prepare_target_env() argument 601 pub enum ExecutorError { global() enum 617 prepare_env( sched_entities: &SchedEntities, execute_ctx: &Arc<DadkUserExecuteContext>, ) -> Result<(), ExecutorError> prepare_env() argument 630 create_global_env_list( sched_entities: &SchedEntities, execute_ctx: &Arc<DadkUserExecuteContext>, ) -> Result<EnvMap, ExecutorError> create_global_env_list() argument [all...] |
H A D | mod.rs | 68 new( entity: Arc<SchedEntity>, action: Action, dragonos_sysroot: PathBuf, ) -> Result<Self, ExecutorError> new() argument 101 execute(&mut self) -> Result<(), ExecutorError> execute() argument 111 save_task_data(&self, r: Result<(), ExecutorError>) save_task_data() argument 143 do_execute(&mut self) -> Result<(), ExecutorError> do_execute() argument 173 build(&mut self) -> Result<(), ExecutorError> build() argument 203 install(&self) -> Result<(), ExecutorError> install() argument 246 clean(&self) -> Result<(), ExecutorError> clean() argument 281 clean_all(&self) -> Result<(), ExecutorError> clean_all() argument 292 clean_src(&self) -> Result<(), ExecutorError> clean_src() argument 310 clean_target(&self) -> Result<(), ExecutorError> clean_target() argument 321 clean_cache(&self) -> Result<(), ExecutorError> clean_cache() argument 348 create_command(&self) -> Result<Option<Command>, ExecutorError> create_command() argument 401 prepare_local_env(&mut self) -> Result<(), ExecutorError> prepare_local_env() argument 421 prepare_input(&self) -> Result<(), ExecutorError> prepare_input() argument 468 run_command(&self, mut command: Command) -> Result<(), ExecutorError> run_command() argument 567 pub enum ExecutorError { global() enum 583 prepare_env( sched_entities: &SchedEntities, execute_ctx: &Arc<DadkUserExecuteContext>, ) -> Result<(), ExecutorError> prepare_env() argument 596 create_global_env_list( sched_entities: &SchedEntities, execute_ctx: &Arc<DadkUserExecuteContext>, ) -> Result<EnvMap, ExecutorError> create_global_env_list() argument [all...] |
H A D | mod.rs | 71 ) -> Result<Self, ExecutorError> { in new() argument 104 pub fn execute(&mut self) -> Result<(), ExecutorError> { in execute() argument 114 fn save_task_data(&self, r: Result<(), ExecutorError>) { in save_task_data() argument 147 fn do_execute(&mut self) -> Result<(), ExecutorError> { in do_execute() argument 176 build(&mut self) -> Result<(), ExecutorError> build() argument 201 do_build(&mut self) -> Result<(), ExecutorError> do_build() argument 220 install(&self) -> Result<(), ExecutorError> install() argument 249 do_install(&self) -> Result<(), ExecutorError> do_install() argument 282 clean(&self) -> Result<(), ExecutorError> clean() argument 317 clean_all(&self) -> Result<(), ExecutorError> clean_all() argument 328 clean_src(&self) -> Result<(), ExecutorError> clean_src() argument 346 clean_target(&self) -> Result<(), ExecutorError> clean_target() argument 357 clean_cache(&self) -> Result<(), ExecutorError> clean_cache() argument 384 create_command(&self) -> Result<Option<Command>, ExecutorError> create_command() argument 437 prepare_local_env(&mut self) -> Result<(), ExecutorError> prepare_local_env() argument 457 prepare_input(&self) -> Result<(), ExecutorError> prepare_input() argument 504 run_command(&self, mut command: Command) -> Result<(), ExecutorError> run_command() argument 603 pub enum ExecutorError { global() enum 619 prepare_env( sched_entities: &SchedEntities, execute_ctx: &Arc<DadkUserExecuteContext>, ) -> Result<(), ExecutorError> prepare_env() argument 632 create_global_env_list( sched_entities: &SchedEntities, execute_ctx: &Arc<DadkUserExecuteContext>, ) -> Result<EnvMap, ExecutorError> create_global_env_list() argument 675 last_modified_time( path: &PathBuf, build_time: &DateTime<Utc>, ) -> Result<DateTime<Utc>, ExecutorError> last_modified_time() argument [all...] |
H A D | mod.rs | 71 ) -> Result<Self, ExecutorError> { in new() argument 104 pub fn execute(&mut self) -> Result<(), ExecutorError> { in execute() argument 114 fn save_task_data(&self, r: Result<(), ExecutorError>) { in save_task_data() argument 147 fn do_execute(&mut self) -> Result<(), ExecutorError> { in do_execute() argument 176 build(&mut self) -> Result<(), ExecutorError> build() argument 201 do_build(&mut self) -> Result<(), ExecutorError> do_build() argument 220 install(&self) -> Result<(), ExecutorError> install() argument 246 do_install(&self) -> Result<(), ExecutorError> do_install() argument 279 clean(&self) -> Result<(), ExecutorError> clean() argument 314 clean_all(&self) -> Result<(), ExecutorError> clean_all() argument 325 clean_src(&self) -> Result<(), ExecutorError> clean_src() argument 343 clean_target(&self) -> Result<(), ExecutorError> clean_target() argument 354 clean_cache(&self) -> Result<(), ExecutorError> clean_cache() argument 381 create_command(&self) -> Result<Option<Command>, ExecutorError> create_command() argument 434 prepare_local_env(&mut self) -> Result<(), ExecutorError> prepare_local_env() argument 454 prepare_input(&self) -> Result<(), ExecutorError> prepare_input() argument 501 run_command(&self, mut command: Command) -> Result<(), ExecutorError> run_command() argument 600 pub enum ExecutorError { global() enum 616 prepare_env( sched_entities: &SchedEntities, execute_ctx: &Arc<DadkUserExecuteContext>, ) -> Result<(), ExecutorError> prepare_env() argument 629 create_global_env_list( sched_entities: &SchedEntities, execute_ctx: &Arc<DadkUserExecuteContext>, ) -> Result<EnvMap, ExecutorError> create_global_env_list() argument 672 last_modified_time( path: &PathBuf, build_time: &DateTime<Utc>, ) -> Result<DateTime<Utc>, ExecutorError> last_modified_time() argument [all...] |
H A D | cache.rs | 26 pub fn cache_root_init(path: Option<PathBuf>) -> Result<(), ExecutorError> { in cache_root_init() argument 113 pub fn new(entity: Arc<SchedEntity>, cache_type: CacheDirType) -> Result<Self, ExecutorError> { in new() argument 150 build_dir(entity: Arc<SchedEntity>) -> Result<PathBuf, ExecutorError> build_dir() argument 154 source_dir(entity: Arc<SchedEntity>) -> Result<PathBuf, ExecutorError> source_dir() argument 158 build_dir_env_key(entity: &Arc<SchedEntity>) -> Result<String, ExecutorError> build_dir_env_key() argument 167 source_dir_env_key(entity: &Arc<SchedEntity>) -> Result<String, ExecutorError> source_dir_env_key() argument 197 create(&self) -> Result<(), ExecutorError> create() argument 218 is_empty(&self) -> Result<bool, ExecutorError> is_empty() argument 234 remove_self_recursive(&self) -> Result<(), ExecutorError> remove_self_recursive() argument 250 new(entity: Arc<SchedEntity>) -> Result<Self, ExecutorError> new() argument 268 save_task_log(&self, task_log: &TaskLog) -> Result<(), ExecutorError> save_task_log() argument [all...] |
H A D | cache.rs | 26 pub fn cache_root_init(path: Option<PathBuf>) -> Result<(), ExecutorError> { in cache_root_init() argument 113 pub fn new(entity: Arc<SchedEntity>, cache_type: CacheDirType) -> Result<Self, ExecutorError> { in new() argument 149 pub fn build_dir(entity: Arc<SchedEntity>) -> Result<PathBuf, ExecutorError> { in build_dir() argument 153 pub fn source_dir(entity: Arc<SchedEntity>) -> Result<PathBuf, ExecutorError> { in source_dir() argument 157 pub fn build_dir_env_key(entity: &Arc<SchedEntity>) -> Result<String, ExecutorError> { in build_dir_env_key() argument 166 pub fn source_dir_env_key(entity: &Arc<SchedEntity>) -> Result<String, ExecutorError> { in source_dir_env_key() argument 196 pub fn create(&self) -> Result<(), ExecutorError> { in create() argument 217 pub fn is_empty(&self) -> Result<bool, ExecutorError> { in is_empty() argument 233 pub fn remove_self_recursive(&self) -> Result<(), ExecutorError> { in remove_self_recursive() argument 249 pub fn new(entity: Arc<SchedEntity>) -> Result<Self, ExecutorError> { in new() argument [all …]
|
H A D | target.rs |
|
/DADK/dadk-user/src/static_resources/ |
H A D | mod.rs |
|