Home
last modified time | relevance | path

Searched refs:config_template (Results 1 – 5 of 5) sorted by relevance

/external/linux-kselftest/tools/testing/selftests/rcutorture/bin/
Dkvm-build.sh12 config_template=${1}
13 if test -z "$config_template" -o ! -f "$config_template" -o ! -r "$config_template"
15 echo "kvm-build.sh :$config_template: Not a readable file"
24 cp ${config_template} $T/config
Dkvm-test-1-run.sh35 config_template=${1}
36 config_dir=`echo $config_template | sed -e 's,/[^/]*$,,'`
37 title=`echo $config_template | sed -e 's/^.*\///'`
46 echo ' ---' Kconfig fragment at: $config_template >> $resdir/log
52 config_override.sh $config_dir/CFcommon $config_template > $T/Kc1
55 cp $config_template $T/Kc1
57 echo " --- $config_template" >> $resdir/ConfigFragment.input
58 cat $config_template >> $resdir/ConfigFragment.input
59 grep '#CHECK#' $config_template >> $resdir/ConfigFragment
135 cpu_count=`configfrag_boot_cpus "$boot_args" "$config_template" "$cpu_count"`
[all …]
/external/autotest/client/site_tests/video_AVAnalysis/
Dvideo_AVAnalysis.py133 config_template = Template(file.read())
134 config = config_template.substitute(config_dict)
/external/wpa_supplicant_8/src/common/
Ddpp_backup.c44 str_clear_free(key->config_template); in dpp_free_asymmetric_key()
1148 key->config_template = os_zalloc(hdr.length + 1); in dpp_parse_one_asymmetric_key()
1149 if (!key->config_template) in dpp_parse_one_asymmetric_key()
1151 os_memcpy(key->config_template, hdr.payload, hdr.length); in dpp_parse_one_asymmetric_key()
Ddpp.h239 char *config_template; member