Home
last modified time | relevance | path

Searched refs:source_path (Results 1 – 18 of 18) sorted by relevance

/DADK/dadk-user/src/parser/
H A Dtask.rs215 pub fn source_path(&self) -> Option<PathBuf> { in source_path() method
289 task_source.source_path, in try_from()
294 LocalSource::new(PathBuf::from(task_source.source_path)), in try_from()
297 ArchiveSource::new(task_source.source_path), in try_from()
305 LocalSource::new(PathBuf::from(task_source.source_path)), in try_from()
308 ArchiveSource::new(task_source.source_path), in try_from()
H A Dtask.rs215 pub fn source_path(&self) -> Option<PathBuf> { in name_version_uppercase()
289 task_source.source_path, in from()
294 LocalSource::new(PathBuf::from(task_source.source_path)),
297 ArchiveSource::new(task_source.source_path),
305 LocalSource::new(PathBuf::from(task_source.source_path)), in validate()
308 ArchiveSource::new(task_source.source_path), in validate()
220 pub fn source_path(&self) -> Option<PathBuf> { source_path() method
H A Dtask.rs215 pub fn source_path(&self) -> Option<PathBuf> {
289 task_source.source_path,
294 LocalSource::new(PathBuf::from(task_source.source_path)),
297 ArchiveSource::new(task_source.source_path),
305 LocalSource::new(PathBuf::from(task_source.source_path)), in validate()
308 ArchiveSource::new(task_source.source_path), in validate()
219 pub fn source_path(&self) -> Option<PathBuf> { source_path() method
H A Dconfig.rs
H A Dconfig.rs
H A Dtask.rs215 pub fn source_path(&self) -> Option<PathBuf> { in source_path()
289 task_source.source_path,
294 LocalSource::new(PathBuf::from(task_source.source_path)),
297 ArchiveSource::new(task_source.source_path), in validate()
305 LocalSource::new(PathBuf::from(task_source.source_path)),
308 ArchiveSource::new(task_source.source_path),
211 pub fn source_path(&self) -> Option<PathBuf> { source_path() method
/DADK/dadk-config/tests/
H A Dtest_user_config.rs39 source_path: "https://git.mirrors.dragonos.org.cn/DragonOS-Community/test_git.git" in test_parse_dadk_user_config()
H A Dtest_user_config.rs39 source_path: "https://git.mirrors.dragonos.org.cn/DragonOS-Community/test_git.git" in test_parse_dadk_user_config()
H A Dtest_user_config.rs39 source_path: "https://git.mirrors.dragonos.org.cn/DragonOS-Community/test_git.git" in test_parse_dadk_user_config()
/DADK/dadk-config/src/common/
H A Dtask.rs11 pub source_path: String, field
H A Dtask.rs11 pub source_path: String, field
/DADK/dadk-user/src/executor/
H A Dmod.rs415 if let Some(local_path) = self.entity.task().source_path() { in prepare_local_env()
H A Dmod.rs415 if let Some(local_path) = self.entity.task().source_path() { in prepare_local_env()
H A Dmod.rs415 if let Some(local_path) = self.entity.task().source_path() { in prepare_local_env()
H A Dmod.rs415 if let Some(local_path) = self.entity.task().source_path() { in create_command()
H A Dmod.rs415 if let Some(local_path) = self.entity.task().source_path() { in create_command()
H A Dmod.rs415 if let Some(local_path) = self.entity.task().source_path() { in create_command()
H A Dmod.rs415 if let Some(local_path) = self.entity.task().source_path() { in src_work_dir()