Home
last modified time | relevance | path

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

/DADK/dadk-user/src/parser/
H A Dtask.rs218 CodeSource::Local(lc) => { in source_path()
226 PrebuiltSource::Local(lc) => { in source_path()
293 Source::Local => Ok(TaskType::BuildFromSource(CodeSource::Local( in try_from()
304 Source::Local => Ok(TaskType::InstallFromPrebuilt(PrebuiltSource::Local( in try_from()
321 Local(LocalSource), enumerator
330 CodeSource::Local(source) => source.validate(Some(false)), in validate()
337 CodeSource::Local(source) => source.trim(), in trim()
349 Local(LocalSource), enumerator
356 PrebuiltSource::Local(source) => source.validate(None), in validate()
363 PrebuiltSource::Local(source) => source.trim(), in trim()
H A Dtask.rs218 CodeSource::Local(lc) => {
226 PrebuiltSource::Local(lc) => { in source_path()
293 Source::Local => Ok(TaskType::BuildFromSource(CodeSource::Local(
304 Source::Local => Ok(TaskType::InstallFromPrebuilt(PrebuiltSource::Local( in validate()
321 Local(LocalSource), in from()
330 CodeSource::Local(source) => source.validate(Some(false)),
337 CodeSource::Local(source) => source.trim(),
349 Local(LocalSourc
487 Local(LocalSource), global() enumerator
515 Local(LocalSource), global() enumerator
[all...]
H A Dtask.rs218 CodeSource::Local(lc) => {
226 PrebuiltSource::Local(lc) => { in source_path()
293 Source::Local => Ok(TaskType::BuildFromSource(CodeSource::Local(
304 Source::Local => Ok(TaskType::InstallFromPrebuilt(PrebuiltSource::Local( in validate()
321 Local(LocalSource), in from()
330 CodeSource::Local(source) => source.validate(Some(false)),
337 CodeSource::Local(source) => source.trim(), in validate()
349 Local(LocalSourc
486 Local(LocalSource), global() enumerator
514 Local(LocalSource), global() enumerator
[all...]
H A Dtask.rs218 CodeSource::Local(lc) => { in source_path()
226 PrebuiltSource::Local(lc) => { in source_path()
293 Source::Local => Ok(TaskType::BuildFromSource(CodeSource::Local( in new()
304 Source::Local => Ok(TaskType::InstallFromPrebuilt(PrebuiltSource::Local(
321 Local(LocalSource), in validate()
330 CodeSource::Local(source) => source.validate(Some(false)), in trim()
337 CodeSource::Local(source) => source.trim(),
349 Local(LocalSourc
370 Local(LocalSource), global() enumerator
398 Local(LocalSource), global() enumerator
[all...]
H A Dtests.rs
H A Dtests.rs
H A Dconfig.rs
H A Dconfig.rs
/DADK/tests/data/dadk_config_v1/
H A Dapp_normal_0_1_0.dadk7 "Local": {
H A Dapp_normal_with_env_0_1_0.dadk7 "Local": {
H A Dapp_normal_with_env_fail_0_1_0.dadk7 "Local": {
/DADK/dadk-user/src/executor/
H A Dcache.rs183 CodeSource::Local(_) => { in need_source_cache()
190 crate::parser::task::PrebuiltSource::Local(_) => return false, in need_source_cache()
H A Dcache.rs183 CodeSource::Local(_) => { in need_source_cache()
190 crate::parser::task::PrebuiltSource::Local(_) => return false, in need_source_cache()
H A Dmod.rs471 debug!("Local env found: {}={}", key, value.value); in prepare_input()
514 CodeSource::Local(_) => return Ok(()), in run_command()
526 PrebuiltSource::Local(local_source) => { in run_command()
H A Dmod.rs471 debug!("Local env found: {}={}", key, value.value); in prepare_input()
514 CodeSource::Local(_) => return Ok(()), in run_command()
526 PrebuiltSource::Local(local_source) => { in run_command()
H A Dmod.rs471 debug!("Local env found: {}={}", key, value.value); in run_command()
514 CodeSource::Local(_) => return Ok(()), in run_command()
526 PrebuiltSource::Local(local_source) => {
H A Dmod.rs471 debug!("Local env found: {}={}", key, value.value); in prepare_input()
514 CodeSource::Local(_) => return Ok(()), in run_command()
526 PrebuiltSource::Local(local_source) => { in run_command()
H A Dmod.rs471 debug!("Local env found: {}={}", key, value.value); in prepare_input()
514 CodeSource::Local(_) => return Ok(()), in run_command()
526 PrebuiltSource::Local(local_source) => { in run_command()
H A Dmod.rs471 debug!("Local env found: {}={}", key, value.value); in prepare_input()
514 CodeSource::Local(_) => return Ok(()), in run_command()
526 PrebuiltSource::Local(local_source) => { in run_command()
H A Dmod.rs514 CodeSource::Local(_) => return Ok(()), in prepare_input()
526 PrebuiltSource::Local(local_source) => { in prepare_input()
/DADK/dadk-user/tests/
H A Dtest_parse_dadk_user_config.rs
H A Dtest_parse_dadk_user_config.rs
/DADK/dadk-config/src/common/
H A Dtask.rs37 Local, enumerator
H A Dtask.rs37 Local, enumerator
/DADK/dadk-user/src/console/
H A Dnew_config.rs