/DADK/dadk-config/src/user/ |
H A D | mod.rs | 49 pub build_once: bool, 53 pub install_once: bool, 79 fn default_false() -> bool { in default_false()
|
/DADK/dadk/src/actions/rootfs/ |
H A D | loopdev.rs | 15 try_detach_when_drop: bool, 18 pub fn attached(&self) -> bool { in attached() argument 139 pub fn try_detach_when_drop(&self) -> bool { in try_detach_when_drop() argument 144 pub fn set_try_detach_when_drop(&mut self, try_detach_when_drop: bool) { in set_try_detach_when_drop() argument 162 try_detach_when_drop: bool, 180 pub fn try_detach_when_drop(mut self, try_detach_when_drop: bool) -> Self { in try_detach_when_drop()
|
H A D | disk_img.rs | 8 pub(super) fn create(ctx: &DADKExecContext, skip_if_exists: bool) -> Result<()> { in create() 40 pub(super) fn delete(ctx: &DADKExecContext, skip_if_not_exists: bool) -> Result<()> { in delete() 129 let should_detach_loop_device: bool; in umount()
|
/DADK/dadk-user/src/console/ |
H A D | elements.rs |
|
/DADK/dadk/src/console/ |
H A D | rootfs.rs | 29 pub skip_if_exists: bool,
|
/DADK/dadk-config/src/ |
H A D | manifest.rs | 19 pub used_default: bool, 41 static USED_DEFAULT: std::cell::Cell<bool> = const { std::cell::Cell::new(false) }; 53 fn check_used_default() -> bool { in check_used_default()
|
H A D | manifest.rs | 19 pub used_default: bool, 41 static USED_DEFAULT: std::cell::Cell<bool> = const { std::cell::Cell::new(false) }; 53 fn check_used_default() -> bool { in check_used_default()
|
H A D | manifest.rs | 19 pub used_default: bool, 41 static USED_DEFAULT: std::cell::Cell<bool> = const { std::cell::Cell::new(false) }; 53 fn check_used_default() -> bool { in check_used_default()
|
H A D | manifest.rs | 19 pub used_default: bool, 41 static USED_DEFAULT: std::cell::Cell<bool> = const { std::cell::Cell::new(false) }; 53 fn check_used_default() -> bool { in check_used_default()
|
/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() argument
|
/DADK/dadk-user/src/parser/ |
H A D | task.rs | 51 pub build_once: bool, 55 pub install_once: bool, 73 build_once: bool, in new() argument 74 install_once: bool, in new() argument
|
H A D | task.rs | 51 pub build_once: bool, 55 pub install_once: bool, 73 build_once: bool, in new() 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 | 51 pub build_once: bool, 55 pub install_once: bool, in new() 73 build_once: bool, in new() 74 install_once: bool, in new() 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 | task.rs | 51 pub build_once: bool, 55 pub install_once: bool, 73 build_once: bool, in new() argument 74 install_once: bool, in new() argument 242 eq(&self, other: &Self) -> bool eq() argument
|
/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() argument
|
H A D | mod.rs | 53 fn eq(&self, other: &Self) -> bool { in eq() argument 171 pub fn is_empty(&self) -> bool { in is_empty() argument 201 visited: &mut BTreeMap<i32, bool>, in dfs() argument 340 pub fn task_arch_matched(&self, task: &DADKTask) -> bool { in task_arch_matched() argument 606 stop_propagation: bool,
|
H A D | mod.rs | 53 fn eq(&self, other: &Self) -> bool { 171 pub fn is_empty(&self) -> bool { in id2entity() 201 visited: &mut BTreeMap<i32, bool>, in topo_sort() 340 pub fn task_arch_matched(&self, task: &DADKTask) -> bool { in add_tasks() 606 stop_propagation: bool, 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 | 53 fn eq(&self, other: &Self) -> bool { 171 pub fn is_empty(&self) -> bool { in id2entity() 201 visited: &mut BTreeMap<i32, bool>, in topo_sort() 340 pub fn task_arch_matched(&self, task: &DADKTask) -> bool { in add_tasks() 606 stop_propagation: bool, 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 | 53 fn eq(&self, other: &Self) -> bool { 171 pub fn is_empty(&self) -> bool { 201 visited: &mut BTreeMap<i32, bool>, in topo_sort() 340 pub fn task_arch_matched(&self, task: &DADKTask) -> bool { in add_tasks() 606 stop_propagation: bool, in check_not_exists_dependency() 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/utils/ |
H A D | lazy_init.rs | 49 pub fn initialized(&self) -> bool { in initialized() argument
|
/DADK/dadk-user/src/executor/ |
H A D | cache.rs | 175 pub fn need_source_cache(entity: &Arc<SchedEntity>) -> bool { 217 pub fn is_empty(&self) -> Result<bool, ExecutorError> { 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() argument 217 pub fn is_empty(&self) -> Result<bool, ExecutorError> { in is_empty() argument
|
H A D | target.rs |
|