/DADK/dadk-config/src/ |
H A D | manifest.rs | 53 let path = temp_file.path().to_path_buf(); test_load_success() localVariable 63 let path = PathBuf::from("non_existent_file.toml"); test_load_file_not_found() localVariable 79 let path = temp_file.path().to_path_buf(); test_load_invalid_toml() localVariable 98 let path = temp_file.path().to_path_buf(); test_load_invalid_arch_toml() localVariable 116 let path = temp_file.path().to_path_buf(); test_load_missing_required_fields() localVariable [all...] |
H A D | manifest.rs | 112 let path = temp_file.path().to_path_buf(); test_full_load_success() localVariable 136 let path = PathBuf::from("non_existent_file.toml"); test_load_file_not_found() localVariable 153 let path = temp_file.path().to_path_buf(); test_load_invalid_toml() localVariable 173 let path = temp_file.path().to_path_buf(); test_load_invalid_arch_toml() localVariable 192 let path = temp_file.path().to_path_buf(); test_load_missing_required_fields() localVariable 210 let path = temp_file.path().to_path_buf(); test_load_default_config_path_value() localVariable [all...] |
H A D | manifest.rs | 112 let path = temp_file.path().to_path_buf(); test_full_load_success() localVariable 136 let path = PathBuf::from("non_existent_file.toml"); test_load_file_not_found() localVariable 153 let path = temp_file.path().to_path_buf(); test_load_invalid_toml() localVariable 173 let path = temp_file.path().to_path_buf(); test_load_invalid_arch_toml() localVariable 192 let path = temp_file.path().to_path_buf(); test_load_missing_required_fields() localVariable 210 let path = temp_file.path().to_path_buf(); test_load_default_config_path_value() localVariable [all...] |
H A D | manifest.rs | 123 let path = temp_file.path().to_path_buf(); test_full_load_success() localVariable 148 let path = PathBuf::from("non_existent_file.toml"); test_load_file_not_found() localVariable 165 let path = temp_file.path().to_path_buf(); test_load_invalid_toml() localVariable 185 let path = temp_file.path().to_path_buf(); test_load_invalid_arch_toml() localVariable 204 let path = temp_file.path().to_path_buf(); test_load_missing_required_fields() localVariable 222 let path = temp_file.path().to_path_buf(); test_load_default_config_path_value() localVariable [all...] |
H A D | manifest.rs | 149 let path = temp_file.path().to_path_buf(); in test_full_load_success() localVariable 174 let path = PathBuf::from("non_existent_file.toml"); in test_load_file_not_found() localVariable 191 let path = temp_file.path().to_path_buf(); in test_load_invalid_toml() localVariable 211 let path = temp_file.path().to_path_buf(); in test_load_invalid_arch_toml() localVariable 230 let path = temp_file.path().to_path_buf(); in test_load_missing_required_fields() localVariable 248 let path = temp_file.path().to_path_buf(); in test_load_default_config_path_value() localVariable
|
/DADK/dadk-user/src/executor/ |
H A D | cache.rs | 54 let path = path.unwrap(); in cache_root_init() localVariable 106 pub path: PathBuf, field 115 let path in new() localVariable 235 let path = &self.path; remove_self_recursive() localVariable 257 let path = self.dir.path.join(Self::TASK_LOG_FILE_NAME); task_log() localVariable 269 let path = self.dir.path.join(Self::TASK_LOG_FILE_NAME); save_task_log() localVariable [all...] |
H A D | cache.rs | 54 let path = path.unwrap(); in cache_root_init() localVariable 106 pub path: PathBuf, field 115 let path = Self::get_path(&task, cache_type); in new() localVariable 234 let path = &self.path; in remove_self_recursive() localVariable 256 let path = self.dir.path.join(Self::TASK_LOG_FILE_NAME); in task_log() localVariable 268 let path = self.dir.path.join(Self::TASK_LOG_FILE_NAME); in save_task_log() localVariable
|
H A D | source.rs | 121 let path: &PathBuf = &target_dir.path; check_repo() localVariable 150 let path: &PathBuf = &target_dir.path; set_url() localVariable 255 let path: &PathBuf = &cache_dir.path; clone_repo() localVariable 454 path: PathBuf, global() field 483 pub fn path(&self) -> &PathBuf { path() method 532 let path = &(target_dir.path.join("DRAGONOS_ARCHIVE_TEMP")); download_unzip() localVariable 605 let path = &self.archive_path; unzip() localVariable 680 let path = entry.path(); unzip() localVariable [all...] |
H A D | source.rs | 123 let path: &PathBuf = &target_dir.path; in check_repo() localVariable 152 let path: &PathBuf = &target_dir.path; in set_url() localVariable 257 let path: &PathBuf = &cache_dir.path; in clone_repo() localVariable 456 path: PathBuf, field 488 pub fn path(&self) -> &PathBuf { in path() method 540 let path = &(target_dir.path.join("DRAGONOS_ARCHIVE_TEMP")); in download_unzip() localVariable 613 let path = &self.archive_path; in unzip() localVariable 688 let path = entry.path(); in unzip() localVariable
|
H A D | target.rs |
|
/DADK/dadk-user/src/utils/ |
H A D | mod.rs | 3 pub mod path; module
|
H A D | file.rs | 35 let path = entry.path(); in move_files() localVariable
|
H A D | file.rs | 35 let path = entry.path(); in move_files() localVariable
|
/DADK/dadk-user/src/console/ |
H A D | mod.rs |
|
H A D | mod.rs |
|
H A D | new_config.rs |
|
/DADK/dadk-user/src/parser/ |
H A D | mod.rs | 169 let path: PathBuf = entry.path(); in scan_config_files() localVariable
|
H A D | mod.rs | 169 let path: PathBuf = entry.path(); in scan_config_files() localVariable
|
H A D | mod.rs | 169 let path: PathBuf = entry.path(); in scan_config_files() localVariable
|
H A D | mod.rs | 155 let path: PathBuf = entry.path(); scan_config_files() localVariable
|
H A D | mod.rs | 176 let path: PathBuf = entry.path(); scan_config_files() localVariable
|
/DADK/dadk-config/src/boot/hypervisor/ |
H A D | qemu.rs | 39 pub fn path(&self, arch: TargetArch) -> String { in path() method
|
/DADK/dadk/src/actions/rootfs/ |
H A D | disk_img.rs | 183 let path = disk_image_path.to_str().ok_or(anyhow!( in disk_path_safety_check() localVariable
|