/DADK/dadk-user/src/executor/ |
H A D | tests.rs | 8 executor::Executor, 33 let executor = Executor::new( in setup_executor() localVariable 39 assert!(executor.is_ok(), "Create executor error: {:?}", executor); in setup_executor() 41 let executor = executor.unwrap(); in setup_executor() localVariable 42 return executor; in setup_executor() 53 let mut executor = setup_executor(config_file_path, ctx); in set_local_env() localVariable 55 let r = executor in set_local_env() 75 let mut executor = setup_executor(config_file_path, ctx); execute_should_capture_error() localVariable [all...] |
H A D | tests.rs | 8 executor::Executor, 33 let executor = Executor::new( in setup_executor() localVariable 39 assert!(executor.is_ok(), "Create executor error: {:?}", executor); in setup_executor() 41 let executor = executor.unwrap(); in setup_executor() localVariable 42 return executor; in setup_executor() 53 let mut executor = setup_executor(config_file_path, ctx); in set_local_env() localVariable 55 let r = executor in set_local_env() 75 let mut executor = setup_executor(config_file_path, ctx); execute_should_capture_error() localVariable [all...] |
H A D | tests.rs | 8 executor::Executor, 33 let executor = Executor::new( in setup_executor() localVariable 39 assert!(executor.is_ok(), "Create executor error: {:?}", executor); in setup_executor() 41 let executor = executor.unwrap(); in setup_executor() localVariable 42 return executor; in setup_executor() 53 let mut executor = setup_executor(config_file_path, ctx); in set_local_env() localVariable 55 let r = executor.prepare_local_env(); in set_local_env() 57 assert_ne!(executor.local_envs.envs.len(), 0); in set_local_env() 59 assert!(executor.local_envs.get("DADK_CURRENT_BUILD_DIR").is_some()); in set_local_env() 60 assert!(executor.local_envs.get("CC").is_some()); in set_local_env() [all …]
|
H A D | target.rs |
|
/DADK/dadk-user/src/static_resources/ |
H A D | mod.rs |
|
/DADK/dadk-user/src/ |
H A D | context.rs | 13 use crate::{executor::cache::cache_root_init, scheduler::task_deque::TASK_DEQUE}; 45 let r: Result<(), crate::executor::ExecutorError> = in init()
|
H A D | context.rs | 13 use crate::{executor::cache::cache_root_init, scheduler::task_deque::TASK_DEQUE}; 45 let r: Result<(), crate::executor::ExecutorError> = in init()
|
H A D | context.rs | 13 use crate::{executor::cache::cache_root_init, scheduler::task_deque::TASK_DEQUE}; 45 let r: Result<(), crate::executor::ExecutorError> = in init()
|
H A D | context.rs | 13 use crate::{executor::cache::cache_root_init, scheduler::task_deque::TASK_DEQUE}; 45 let r: Result<(), crate::executor::ExecutorError> = in init()
|
H A D | lib.rs | 108 pub mod executor; module
|
H A D | lib.rs | 108 pub mod executor; module
|
H A D | lib.rs | 108 pub mod executor; 111 mod executor; global() module
|
H A D | lib.rs | 108 pub mod executor; 110 pub mod executor; global() module
|
H A D | lib.rs | 108 pub mod executor; 113 mod executor; global() module
|
/DADK/dadk-user/src/scheduler/ |
H A D | mod.rs | 17 executor::Executor, 401 crate::executor::prepare_env(&self.target, &self.context) in run() 458 let mut executor = Executor::new(entity.clone(), action.clone(), dragonos_dir.clone()) in execute() localVariable 469 executor in execute()
|
H A D | mod.rs | 17 executor::Executor, 401 crate::executor::prepare_env(&self.target, &self.context) in add_task() 458 let mut executor = Executor::new(entity.clone(), action.clone(), dragonos_dir.clone()) 461 "Error while creating executor for task {} : {:?}", 469 executor in run_with_topo_sort() 503 let mut executor = Executor::new(entity.clone(), action.clone(), dragonos_dir.clone()) execute() localVariable
|
H A D | mod.rs | 17 executor::Executor, 401 crate::executor::prepare_env(&self.target, &self.context) in add_task() 458 let mut executor = Executor::new(entity.clone(), action.clone(), dragonos_dir.clone()) 461 "Error while creating executor for task {} : {:?}", 469 executor in run_with_topo_sort() 503 let mut executor = Executor::new(entity.clone(), action.clone(), dragonos_dir.clone()) execute() localVariable
|
H A D | mod.rs | 17 executor::Executor, 401 crate::executor::prepare_env(&self.target, &self.context) 458 let mut executor = Executor::new(entity.clone(), action.clone(), dragonos_dir.clone()) 461 "Error while creating executor for task {} : {:?}", in run_with_topo_sort() 469 executor in run_with_topo_sort() 501 let mut executor = Executor::new(entity.clone(), action.clone(), dragonos_dir.clone()) execute() localVariable
|
/DADK/dadk-user/src/parser/ |
H A D | tests.rs |
|
H A D | tests.rs |
|
H A D | task.rs | 3 use crate::executor::source::{ArchiveSource, GitSource, LocalSource};
|
H A D | task.rs | 3 use crate::executor::source::{ArchiveSource, GitSource, LocalSource};
|
H A D | task.rs | 3 use crate::executor::source::{ArchiveSource, GitSource, LocalSource};
|
/DADK/dadk-user/tests/ |
H A D | test_parse_dadk_user_config.rs |
|
H A D | test_parse_dadk_user_config.rs |
|