OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:configfile
(Results
1 - 13
of
13
) sorted by null
/external/vboot_reference/scripts/image_signing/
ensure_no_nonrelease_files.sh
32
local
configfile
="$(dirname "$0")/${0/%.sh/.config}"
35
configfile
="$2"
38
. "$
configfile
" || return 1
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
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/
kvm-recheck-lock.sh
34
configfile
=`echo $i | sed -e 's/^.*\///'`
38
echo "$
configfile
-------"
40
title="$
configfile
------- $ncs acquisitions/releases"
kvm-recheck-rcuperf.sh
42
configfile
=`echo $i | sed -e 's/^.*\///'`
kvm-recheck-rcu.sh
35
configfile
=`echo $i | sed -e 's/^.*\///'`
43
echo "$
configfile
------- " $stopstate
45
title="$
configfile
------- $ngps GPs"
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
/external/swiftshader/third_party/LLVM/autoconf/
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/curl/tests/
testcurl.pl
252
my $
configfile
= "$pwd/$build/lib/curl_config.h";
254
if(-f $
configfile
&& -s $
configfile
&& open(LIBCONFIGH, "<$
configfile
")) {
/external/iptables/iptables/
xtables-config-parser.y
98
configfile
:
label
/external/python/cpython2/Mac/BuildScript/
build-installer.py
520
def getTclTkVersion(
configfile
, versionline):
525
f = open(
configfile
, "r")
527
fatal("Framework configuration file not found: %s" %
configfile
)
535
% (versionline,
configfile
))
[
all
...]
/external/python/cpython3/Mac/BuildScript/
build-installer.py
524
def getTclTkVersion(
configfile
, versionline):
529
f = open(
configfile
, "r")
531
fatal("Framework configuration file not found: %s" %
configfile
)
539
% (versionline,
configfile
))
[
all
...]
/external/guice/extensions/struts2/lib/
struts2-core-2.2.1.jar
Completed in 1565 milliseconds