/DADK/dadk-user/src/console/ |
H A D | elements.rs |
|
/DADK/dadk/src/actions/rootfs/ |
H A D | loopdev.rs | 18 pub fn attached(&self) -> bool { in attached() 139 pub fn try_detach_when_drop(&self) -> bool { in try_detach_when_drop() 144 pub fn set_try_detach_when_drop(&mut self, try_detach_when_drop: bool) { in set_try_detach_when_drop()
|
/DADK/dadk-config/src/rootfs/ |
H A D | partition.rs | 27 pub fn image_should_be_partitioned(&self) -> bool { in should_create_partitioned_image() argument
|
H A D | partition.rs | 27 pub fn image_should_be_partitioned(&self) -> bool { in image_should_be_partitioned()
|
/DADK/dadk-user/src/scheduler/ |
H A D | task_deque.rs | 48 ) -> bool { in build_install_task() argument
|
H A D | task_deque.rs | 48 ) -> bool { in build_install_task()
|
H A D | mod.rs | 53 fn eq(&self, other: &Self) -> bool { in eq() 171 pub fn is_empty(&self) -> bool { in is_empty() 201 visited: &mut BTreeMap<i32, bool>, in dfs() argument 340 pub fn task_arch_matched(&self, task: &DADKTask) -> bool { in task_arch_matched()
|
H A D | mod.rs | 56 eq(&self, other: &Self) -> bool eq() argument 179 is_empty(&self) -> bool is_empty() argument 209 dfs( &self, entity: &Arc<SchedEntity>, visited: &mut BTreeMap<i32, bool>, result: &mut Vec<Arc<SchedEntity>>, ) -> Result<(), DependencyCycleError> dfs() argument 348 task_arch_matched(&self, task: &DADKTask) -> bool task_arch_matched() argument
|
H A D | mod.rs | 56 eq(&self, other: &Self) -> bool eq() argument 179 is_empty(&self) -> bool is_empty() argument 209 dfs( &self, entity: &Arc<SchedEntity>, visited: &mut BTreeMap<i32, bool>, result: &mut Vec<Arc<SchedEntity>>, ) -> Result<(), DependencyCycleError> dfs() argument 348 task_arch_matched(&self, task: &DADKTask) -> bool task_arch_matched() argument
|
H A D | mod.rs | 55 eq(&self, other: &Self) -> bool eq() argument 178 is_empty(&self) -> bool is_empty() argument 208 dfs( &self, entity: &Arc<SchedEntity>, visited: &mut BTreeMap<i32, bool>, result: &mut Vec<Arc<SchedEntity>>, ) -> Result<(), DependencyCycleError> dfs() argument 347 task_arch_matched(&self, task: &DADKTask) -> bool task_arch_matched() argument
|
/DADK/dadk-user/src/executor/ |
H A D | cache.rs | 176 need_source_cache(entity: &Arc<SchedEntity>) -> bool need_source_cache() argument 218 is_empty(&self) -> Result<bool, ExecutorError> is_empty() argument
|
H A D | cache.rs | 175 pub fn need_source_cache(entity: &Arc<SchedEntity>) -> bool { in need_source_cache() 217 pub fn is_empty(&self) -> Result<bool, ExecutorError> { in is_empty()
|
H A D | target.rs |
|
H A D | source.rs | 120 check_repo(&self, target_dir: &CacheDir) -> Result<bool, String> check_repo() argument 366 is_shallow(&self, target_dir: &CacheDir) -> Result<bool, String> is_shallow() argument
|
H A D | source.rs | 122 fn check_repo(&self, target_dir: &CacheDir) -> Result<bool, String> { in check_repo() 368 fn is_shallow(&self, target_dir: &CacheDir) -> Result<bool, String> { in is_shallow()
|
/DADK/dadk-user/src/parser/ |
H A D | task.rs | 73 build_once: bool, in new() 74 install_once: bool, in new()
|
H A D | task.rs | 74 install_once: bool, in new() argument 75 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 243 eq(&self, other: &Self) -> bool eq() argument
|
H A D | task.rs | 73 build_once: bool, in new() argument 74 install_once: bool, in new() argument 242 eq(&self, other: &Self) -> bool eq() argument
|
H A D | task.rs | 65 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 66 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
|
H A D | config.rs |
|
H A D | config.rs |
|
/DADK/dadk-user/src/utils/ |
H A D | lazy_init.rs | 49 pub fn initialized(&self) -> bool { in initialized()
|