Home
last modified time | relevance | path

Searched refs:Git (Results 1 – 25 of 29) sorted by relevance

12

/DADK/dadk-user/src/parser/
H A Dtask.rs288 Source::Git => Ok(TaskType::BuildFromSource(CodeSource::Git(GitSource::new( in try_from()
301 Source::Git => Err(anyhow::Error::msg( in try_from()
319 Git(GitSource), enumerator
329 CodeSource::Git(source) => source.validate(), in validate()
336 CodeSource::Git(source) => source.trim(), in trim()
H A Dtask.rs288 Source::Git => Ok(TaskType::BuildFromSource(CodeSource::Git(GitSource::new( in from()
301 Source::Git => Err(anyhow::Error::msg( in new()
302 "InstallFromPrebuild doesn't support Git", in new()
319 Git(GitSource), in from()
329 CodeSource::Git(source) => source.validate(),
336 CodeSource::Git(source) => source.trim(), in new()
485 Git(GitSource), global() enumerator
H A Dtask.rs288 Source::Git => Ok(TaskType::BuildFromSource(CodeSource::Git(GitSource::new( in from()
301 Source::Git => Err(anyhow::Error::msg( in new()
302 "InstallFromPrebuild doesn't support Git",
319 Git(GitSource), in from()
329 CodeSource::Git(source) => source.validate(),
336 CodeSource::Git(source) => source.trim(),
484 Git(GitSource), global() enumerator
H A Dconfig.rs
H A Dconfig.rs
H A Dtask.rs288 Source::Git => Ok(TaskType::BuildFromSource(CodeSource::Git(GitSource::new(
301 Source::Git => Err(anyhow::Error::msg( in trim()
302 "InstallFromPrebuild doesn't support Git", in trim()
319 Git(GitSource), in validate()
329 CodeSource::Git(source) => source.validate(), in trim()
336 CodeSource::Git(source) => source.trim(), in name_version()
368 Git(GitSource), global() enumerator
/DADK/tests/data/dadk_config_v1/
H A Dapp_target_arch_x86_64_0_1_0.dadk7 "Git": {
H A Dapp_target_arch_riscv64_only_0_1_0.dadk7 "Git": {
H A Dapp_target_arch_x86_64_only_0_1_0.dadk7 "Git": {
H A Dapp_all_target_arch_0_1_0.dadk7 "Git": {
H A Dapp_target_arch_empty_should_fail_0_1_0.dadk7 "Git": {
H A Dapp_target_arch_x86_64_uppercase_0_1_0.dadk7 "Git": {
/DADK/dadk-config/tests/
H A Dtest_user_config.rs38 source: Source::Git, in test_parse_dadk_user_config()
H A Dtest_user_config.rs38 source: Source::Git, in test_parse_dadk_user_config()
H A Dtest_user_config.rs38 source: Source::Git, in test_parse_dadk_user_config()
/DADK/dadk-config/src/common/
H A Dtask.rs34 Git, enumerator
H A Dtask.rs34 Git, enumerator
/DADK/dadk-user/src/executor/
H A Dcache.rs180 CodeSource::Git(_) | CodeSource::Archive(_) => { in need_source_cache()
H A Dcache.rs180 CodeSource::Git(_) | CodeSource::Archive(_) => { in need_source_cache()
H A Dmod.rs509 CodeSource::Git(git) => { in run_command()
H A Dmod.rs509 CodeSource::Git(git) => { in run_command()
H A Dmod.rs509 CodeSource::Git(git) => { in run_command()
H A Dmod.rs509 CodeSource::Git(git) => { in run_command()
/DADK/dadk-user/tests/
H A Dtest_parse_dadk_user_config.rs
H A Dtest_parse_dadk_user_config.rs

12