Searched refs:configfile (Results 1 – 17 of 17) sorted by relevance
/external/swiftshader/third_party/LLVM/autoconf/ |
D | AutoRegen.sh | 24 configfile=configure.ac 31 test -d autoconf && test -f autoconf/$configfile && cd autoconf 32 test -f $configfile || die "Can't find 'autoconf' dir; please cd into it first" 54 autoconf --force --warnings=all -o ../$outfile $configfile || die "autoconf failed" 57 autoheader --warnings=all -I autoconf -I autoconf/m4 autoconf/$configfile || die "autoheader failed"
|
/external/vboot_reference/scripts/image_signing/ |
D | ensure_sane_lsb-release.sh | 121 local configfile="$(dirname "$0")/default_lsb_release.config" 124 configfile="$2" 127 echo -n "Loading config from $configfile... " 128 . "$configfile" || return 1
|
D | ensure_no_nonrelease_files.sh | 32 local configfile="$(dirname "$0")/${0/%.sh/.config}" 35 configfile="$2" 38 . "$configfile" || return 1
|
D | ensure_secure_kernelparams.sh | 84 local configfile="$(dirname "$0")/${0/%.sh/.config}" 87 configfile="$2" 90 . "$configfile" || return 1
|
/external/linux-kselftest/tools/testing/selftests/rcutorture/bin/ |
D | kvm-recheck-lock.sh | 34 configfile=`echo $i | sed -e 's/^.*\///'` 38 echo "$configfile -------" 40 title="$configfile ------- $ncs acquisitions/releases"
|
D | kvm-recheck-rcu.sh | 35 configfile=`echo $i | sed -e 's/^.*\///'` 43 echo "$configfile ------- " $stopstate 45 title="$configfile ------- $ngps GPs"
|
D | kvm-recheck.sh | 51 parse-build.sh $i/Make.out $configfile 52 parse-console.sh $i/console.log $configfile 66 parse-build.sh $i/Make.out $configfile
|
D | kvm-recheck-rcuperf.sh | 42 configfile=`echo $i | sed -e 's/^.*\///'`
|
/external/curl/tests/ |
D | testcurl.pl | 252 my $configfile = "$pwd/$build/lib/curl_config.h"; 254 if(-f $configfile && -s $configfile && open(LIBCONFIGH, "<$configfile")) {
|
/external/python/cpython2/Doc/distutils/ |
D | index.rst | 35 configfile.rst
|
/external/python/cpython3/Doc/distutils/ |
D | index.rst | 34 configfile.rst
|
/external/iptables/iptables/ |
D | xtables-config-parser.y | 98 configfile :
|
/external/python/cpython3/Mac/BuildScript/ |
D | build-installer.py | 524 def getTclTkVersion(configfile, versionline): argument 529 f = open(configfile, "r") 531 fatal("Framework configuration file not found: %s" % configfile) 539 % (versionline, configfile))
|
/external/python/cpython2/Mac/BuildScript/ |
D | build-installer.py | 520 def getTclTkVersion(configfile, versionline): argument 525 f = open(configfile, "r") 527 fatal("Framework configuration file not found: %s" % configfile) 535 % (versionline, configfile))
|
/external/python/cpython2/Doc/library/ |
D | configparser.rst | 462 with open('example.cfg', 'wb') as configfile: 463 config.write(configfile)
|
/external/python/cpython3/Doc/library/ |
D | configparser.rst | 90 >>> with open('example.ini', 'w') as configfile: 91 ... config.write(configfile) 790 with open('example.cfg', 'w') as configfile: 791 config.write(configfile)
|
/external/openssh/ |
D | ssh.0 | 9 [-F configfile] [-I pkcs11] [-i identity_file] 110 -F configfile
|